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