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