FireDAC.Comp.Client.TFDCustomSchemaAdapter.TableAdapters
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomSchemaAdapter | |
Delphi
property TableAdapters[AIndex: Integer]: TFDCustomTableAdapter read GetTableAdapters; default;
C++
__property TFDCustomTableAdapter* TableAdapters[int AIndex] = {read=GetTableAdapters/*, default*/};
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.