Click or drag to resize

DataAccessQueryAddFilterCondition Method

Adds the filter condition to the where list.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void AddFilterCondition(
	FilterCondition condition
)

Parameters

condition
Type: Aloe.SystemFrameworks.Domain.DataAccessFilterCondition
The condition.
See Also