FireDAC.Comp.Client.TFDCustomSchemaAdapter.TableAdapters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableAdapters[AIndex: Integer]: TFDCustomTableAdapter read GetTableAdapters; default;

C++

__property TFDCustomTableAdapter* TableAdapters[int AIndex] = {read=GetTableAdapters/*, default*/};

Properties

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

Description

Returns references to the associated table adapters.

Use the TableAdapters indexed property to get a reference to an associated table adapter by its index.

See Also