Used to specify the fields that correspond to the foreign key fields from MasterFields when building master/detail relationship.
property DetailFields: string;
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.