Click or drag to resize

CalculatedDataAttributeFilterBy Method

Not supported.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public FilterCondition FilterBy(
	ComparisonType comparisonType,
	Object value,
	bool includeNulls = false
)

Parameters

comparisonType
Type: Aloe.SystemFrameworks.Domain.DataAccessComparisonType
value
Type: SystemObject
includeNulls (Optional)
Type: SystemBoolean

Return Value

Type: FilterCondition

Implements

IDataAttributeFilterBy(ComparisonType, Object, Boolean)
See Also