Click or drag to resize
KaxListViewFilterExpressionCollection Methods

The KaxListViewFilterExpressionCollection type exposes the following members.

Methods
  Name Description
Public method Add
Public method BuildExpression
Returns a expression builder object, the root of the fluent api helpers
Public method BuildExpression(ActionKaxListViewFilterExpressionFluentBuilder)
A helper method for building filter expressions hierarchy in an fluent like manner
Public method Clear
Public method Contains
Public method CopyTo
Public method FindByFieldName
Finds a expression bound to a given fieldName
Public method GetEnumerator
Public method IndexOf
Public method Insert
Public method Remove
Public method RemoveAt
Public method ToDynamicLinq
Returns a string representation of the filter expressions in format suitable for LinqDataSource usage.
Public method ToEntitySQL
Returns a string representation of the filter expressions in format suitable for EntityDataSource usage.
Public method ToOql
Top
See Also