Number of datasets connected to this connection.
Source position: db.pas line 2265
public property TCustomConnection.DataSetCount : LongInt |
DatasetCount is the number of datasets connected to this connection component. The actual datasets are available through the Datasets array property. As implemented in TCustomConnection, this property is always zero. Descendent classes implement the actual count.
|
Base class for records-based data-access. |
|
|
Datasets linked to this connection. |