6.22.4.1 Command
This property specifies the OracleCommand that is used when the OracleDataAdapter.Update() is called.
Declaration
// C#
public new OracleCommand Command {get; set;}Property Value
The OracleCommand executed when Update is called.