Gets or sets an SQL statement or stored procedure used to select records in the data source.
An FbCommand that is used during a fill operation to select records from data source for placement in the DataSet.
When SelectCommand is assigned to a previously created FbCommand, the FbCommand is not cloned. The SelectCommand maintains a reference to the previously created FbCommand object.
If the SelectCommand does not return any rows, no tables are added to the DataSet, and no exception is raised.
FbDataAdapter Class | FirebirdSql.Data.Firebird Namespace