FireDAC.DBX.Migrate.TFDDBXDataSetHelper.GetKeyFieldNames

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetKeyFieldNames(List: TStrings): Integer;

プロパティ

種類 可視性 ソース ユニット
function public FireDAC.DBX.Migrate.pas FireDAC.DBX.Migrate TFDDBXDataSetHelper


説明

警告: GetKeyFieldNames は非推奨になっています。 Comp.DataSet.TFDDataSet.Indexes を使用してください。

DBX TCustomSQLDataSet.GetKeyFieldNames をエミューレートします。

GetKeyFieldNames は廃止予定です。 TFDDataSet.Indexes または TFDDataSet.IndexDefs を代わりに使用します。

関連項目