Click or drag to resize

DataAccessFilterFilterConditions Property

List of search arguments, used to filter the query

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<FilterCondition> FilterConditions { get; }

Property Value

Type: IEnumerableFilterCondition
See Also