Class FilterLink<EntityT, DeSerializersT, LinkedEntityApiT>
Data structure to represent filter on properties of a navigation property (link).
In OData v2 filtering for navigation properties is ONLY supported for properties with a one-to-one cardinality (OneToOneLink).
Data structure to represent filter on properties of a navigation property (link). In OData v2 filtering for navigation properties is ONLY supported for properties with a one-to-one cardinality (OneToOneLink).
Example
Template: LinkedEntityT
Type of the linked entity which is used in the filter.