Click or drag to resize

ColumnReferenceTReferencingObject, TReferencedObjectFilterTReferencingObjectType Method

Returns expression that filters the referencing objects for specific referenced id

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override Expression<Func<TReferencingObjectType, bool>> Filter<TReferencingObjectType>(
	EntityObject referencedObject
)
where TReferencingObjectType : DomainObject

Parameters

referencedObject
Type: Aloe.SystemFrameworks.DomainEntityObject
The id of the one object on which to filter the referencing objects

Type Parameters

TReferencingObjectType
The type of the referencing objects (the many side)

Return Value

Type: ExpressionFuncTReferencingObjectType, Boolean
Expression, that filters the referencing objects (filters the many side)
See Also