InnerTableLink
Class responsible for implementing property delegates of the read-write properties involved in a many-to-many relation, which uses an intermediate (join) table.
Parameters
The intermediate table containing reference columns to both child and parent entities.
The IdTable associated with the source child entity.
The EntityClass for the target parent entity.
The intermediate table's reference column for the child entity class. If left null
, this will be inferred from the provided intermediate table columns.
The intermediate table's reference column for the parent entity class. If left null
, this will be inferred from the provided intermediate table columns.
Constructors
Properties
Functions
Modifies this reference to sort entities according to the specified order.
Modifies this reference to sort entities based on multiple columns as specified in order.
Modifies this reference to sort entities by a column specified in expression using ascending order.