FireDAC.DBX.Migrate.TFDDBXDataSetHelper.GetKeyFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetKeyFieldNames(List: TStrings): Integer;

Properties

Type Visibility Source Unit Parent
function public FireDAC.DBX.Migrate.pas FireDAC.DBX.Migrate TFDDBXDataSetHelper

Description

Warning: GetKeyFieldNames is deprecated. Please use TFDDataSet.Indexes.

Emulates DBX TCustomSQLDataSet.GetKeyFieldNames.

GetKeyFieldNames is deprecated. Please use TFDDataSet.Indexes or TFDDataSet.IndexDefs instead.

See Also