FireDAC.Comp.Client.TFDCustomSchemaAdapter.Count

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomSchemaAdapter

Delphi

property Count: Integer read GetCount;

C++

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

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