SimpleDS.TSimpleDataSet.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TInternalSQLDataSet read FDataSet;

C++

__property TInternalSQLDataSet* DataSet = {read=FDataSet};

Properties

Type Visibility Source Unit Parent
property published
SimpleDS.pas
SimpleDS.hpp
SimpleDS TSimpleDataSet

Description

Provides access to the internal dataset that fetches data from the server.

Read DataSet to access the internal dataset that TSimpleDataSet uses to fetch data from the server. TSimpleDataSet populates its Data property by fetching data from this internal dataset using an internal provider component.

See Also