Click or drag to resize

ObjectReferenceFilterBy Method (EntityObject, Boolean)

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

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract FilterCondition FilterBy(
	EntityObject referencedObject,
	bool includeNulls = false
)

Parameters

referencedObject
Type: Aloe.SystemFrameworks.DomainEntityObject
The referenced object to filter by
includeNulls (Optional)
Type: SystemBoolean
if set to true null values are included.

Return Value

Type: FilterCondition
SearchArgument filtering the referencing repository
See Also