UniDAC

TCustomDADataSet.DetailFields Property

Used to specify the fields that correspond to the foreign key fields from MasterFields when building master/detail relationship.

Class

TCustomDADataSet

Syntax

property DetailFields: string;

Remarks

Use the DetailFields property to specify the fields that correspond to the foreign key fields from MasterFields when building master/detail relationship. DetailFields is a string that contains one or more field names in the detail table. Separate field names with semicolons.

Use Field Link Designer to set the value in design time.

Note: If two or more tables in your query contain columns with the same name, specify fully qualified column names in the DetailFields property to ensure that the correct columns are referenced.

See Also

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