FireDAC.DBX.Migrate.TFDDBXConnectionHelper.GetFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: public
Source: FireDAC.DBX.Migrate.pas
Unit: FireDAC.DBX.Migrate
Parent: TFDDBXConnectionHelper

Delphi

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

Description

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

Emulates DBX TSQLConnection.GetFieldNames.

See Also