IDbDataAdapter.SelectCommand Property

Syntax:

IDbCommand IDbDataAdapter.SelectCommand { get; set; }

Description:

Type: System.Data.IDbCommand

The RdmCommand used to select records into the database.

Reference:

For more information, reference MSDN documentation for: System.Data.IDbDataAdapter.SelectCommand