FireDAC.DBX.Migrate.TFDDBXConnectionHelper.GetFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetFieldNames(const TableName: string; List: TStrings); overload;
procedure GetFieldNames(const TableName: string; SchemaName: string; List: TStrings); overload;

Properties

Type Visibility Source Unit Parent
procedure public FireDAC.DBX.Migrate.pas FireDAC.DBX.Migrate TFDDBXConnectionHelper

Description

Warning: GetFieldNames is deprecated. Please use Comp.Client.TFDCustomConnection.

Emulates DBX TSQLConnection.GetFieldNames.

See Also