Advanced.Data.Provider Documentation

AdpDataAdapter.SelectCommand Property

[This is preliminary documentation and subject to change.]

Gets or sets a Transact-SQL statement or stored procedure used to select records in the data source.

[Visual Basic]
NotOverridable Public Property SelectCommand As AdpCommand Implements _
   IAdpDataAdapter.SelectCommand
[C#]
public AdpCommand SelectCommand {get; set;}

Implements

IAdpDataAdapter.SelectCommand

See Also

AdpDataAdapter Class | Advanced.Data.Provider Namespace