FireDAC.Comp.Client.TFDLocalSQLDataSet

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTFDLocalSQLDataSet

Delphi

TFDLocalSQLDataSet = class (TCollectionItem)

C++

class PASCALIMPLEMENTATION TFDLocalSQLDataSet : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

TFDLocalSQLDataSet represents a dataset registered with the Local SQL engine.

Use TFDLocalSQLDataSet to create and maintain information about a dataset registered with the Local SQL engine. TFDLocalSQLDataSet is collected into the TFDLocalSQLDataSets collection. The set of TFDLocalSQLDataSet can be created explicitly both at design time and at run time, or implicitly, by setting the TFDAdaptedDataSet.LocalSQL property value. The created items have the Temporary property set to True and they will not be stored in the DFM.

The DataSet property specifies the dataset to register. The Name property specifies an alternative name for the dataset.

See Also