KaxListViewFilterExpression Methods |
The KaxListViewFilterExpression type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(KaxListViewFilterExpression) | ||
GetHashCode | (Overrides ObjectGetHashCode.) | |
ToDynamicLinq |
Returns a string representation of the filter expression
in format suitable for LinqDataSource usage.
|
|
ToEntitySQL |
Returns a string representation of the filter expression
in format suitable for EntityDataSource usage.
|
|
ToOql |
Returns a string representation of the filter expression
in format suitable for OpenAccessDataSource control usage.
|
|
ToPredicate |
Returns a representation of the current filter expression as a delegate
|