|
AnyDAC
|
TADLocalSQLDataSet represents a dataset registered with Local SQL engine.
uADCompClient
Use TADLocalSQLDataSet to create and maintain information about a dataset registered with Local SQL engine.
TADLocalSQLDataSet are collected into TADLocalSQLDataSets collection. The set of TADLocalSQLDataSet may be created explicitly as at design time, as at run time. Also implicitly by setting TADAdaptedDataSet.LocalSQL property value. Implicitly created items have Temporary property as True and they will not be stored in DFM.
DataSet property specifies the dataset to register. Name property specifies alternative name for the dataset.
TADLocalSQLDataSet = class(TCollectionItem);
|
What do you think about this topic? Send feedback!
|