Click or drag to resize

ColumnReferenceTReferencingObject, TReferencedObjectFilterBy Method (IEnumerableEntityObject, Boolean)

Returns filter search expression, filtering the referencing repository for the specific referenced objects

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override FilterCondition FilterBy(
	IEnumerable<EntityObject> referencedObjectsList,
	bool includeNulls = false
)

Parameters

referencedObjectsList
Type: System.Collections.GenericIEnumerableEntityObject
List of referenced objects to filter by
includeNulls (Optional)
Type: SystemBoolean
if set to true null values are included.

Return Value

Type: FilterCondition
SearchArgument filtering the referencing repository
Exceptions
ExceptionCondition
ArgumentNullExceptionreferencedObjectsList
See Also