OdbcDataAdapter::IDbDataAdapter::InsertCommand Property
.NET Framework (current version)
For a description of this member, see M:System.Data.IDbDataAdapter.InsertCommand.
Assembly: System.Data (in System.Data.dll)
private: property IDbCommand^ InsertCommand { virtual IDbCommand^ get() sealed = IDbDataAdapter::InsertCommand::get; virtual void set(IDbCommand^ value) sealed = IDbDataAdapter::InsertCommand::set; }
Property Value
Type: System.Data::IDbCommand^An IDbCommand that is used during an update to insert records from a data source for placement in the data set.
Implements
IDbDataAdapter::InsertCommandThis member is an explicit interface member implementation. It can be used only when the OdbcDataAdapter instance is cast to an IDbDataAdapter interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: