UniDAC

TCustomDAConnection.GetKeyFieldNames Method

Provides a list of available key field names.

Class

TCustomDAConnection

Syntax

procedure GetKeyFieldNames(const TableName: string; List: TStrings); virtual;

Parameters
TableName
Holds the table name
List
The list of available key field names
Return Value
Key field name

Remarks

Call the GetKeyFieldNames method to get the names of available key fields. Populates a string list with the names of key fields in tables.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback