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