Click or drag to resize
KaxListViewFilterExpression Methods

The KaxListViewFilterExpression type exposes the following members.

Methods
  Name Description
Public method Equals(Object) (Overrides ObjectEquals(Object).)
Public method Equals(KaxListViewFilterExpression)
Public method GetHashCode (Overrides ObjectGetHashCode.)
Public method ToDynamicLinq
Returns a string representation of the filter expression in format suitable for LinqDataSource usage.
Public method ToEntitySQL
Returns a string representation of the filter expression in format suitable for EntityDataSource usage.
Public method ToOql
Returns a string representation of the filter expression in format suitable for OpenAccessDataSource control usage.
Public method ToPredicate
Returns a representation of the current filter expression as a delegate
Top
See Also