FireDAC.DBX.Migrate.TFDDBXDataSetHelper.GetKeyFieldNames

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetKeyFieldNames(List: TStrings): Integer;

Description

Attention: GetKeyFieldNames is deprecated. Please use Comp.DataSet.TFDDataSet.Indexes.

Emulates DBX TCustomSQLDataSet.GetKeyFieldNames.

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

See Also