[]
Returns a the current filter expression.
public static FilterExpression? GetFilterExpression<T>(this IDataCollection<T> dataCollection) where T : class?
Type | Name | Description |
---|---|---|
IDataCollection<T> | dataCollection | The data collection. |
Type | Description |
---|---|
FilterExpression |
Name | Description |
---|---|
T |