SqlDataAdapter::IDbDataAdapter::SelectCommand Property
.NET Framework (current version)
For a description of this member, see SelectCommand.
Assembly: System.Data (in System.Data.dll)
private: property IDbCommand^ SelectCommand { virtual IDbCommand^ get() sealed = IDbDataAdapter::SelectCommand::get; virtual void set(IDbCommand^ value) sealed = IDbDataAdapter::SelectCommand::set; }
Property Value
Type: System.Data::IDbCommand^An IDbCommand that is used during Update to select records from data source for placement in the data set.
Implements
IDbDataAdapter::SelectCommandThis 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: