Name | Description | |
---|---|---|
![]() | ChildColumnName | This property is accessed to query the child key column name. Combined keys can be passed with the separator "\t". Your data provider should therefore deliver for example "CustomerID\tOrderID" and the corresponding child fields. In the ApplyFilter() Method of the ITable Interface the values are arriving exactly like that, a filter string could look like following: "CustomerID\tOrderID=22\t14" The GetChildTable() Method of the ITableRow Interface directly gets a ITableRelation Interface, so that you also have access to the combined fields there. |
![]() | ChildTableName | This property is accessed to query the child table name. |
![]() | ParentColumnName | This property is accessed to query the parent key column name. Combined keys can be passed with the separator "\t". Your data provider should therefore deliver for example "CustomerID\tOrderID" and the corresponding child fields. In the ApplyFilter() Method of the ITable Interface the values are arriving exactly like that, a filter string could look like following: "CustomerID\tOrderID=22\t14" The GetChildTable() Method of the ITableRow Interface directly gets a ITableRelation Interface, so that you also have access to the combined fields there. |
![]() | ParentTableName | This property is accessed to query the parent table name. |
![]() | RelationName | This property is accessed to query the relation name. |