ref_field


Description:

public abstract string ref_field { get; }

Is a canonical property's name in the target DataObject, to be used in the filter to find it the row in the table has relation with the parent

A condition is added to a SELECT command in the form parent_table.parent_property = target_object_table.ref_field

See at parent and parent_property for more information.