FireDAC.Comp.Client.TFDCustomSchemaAdapter.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

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

Description

Returns the number of associated table adapters.

Use the Count property to get the number of TableAdapters associated with this schema adapter.

See Also