| KaxListViewFilterExpression Class |
Namespace: Kettic.AspNet.Controls
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
|
| Name | Description | |
|---|---|---|
| ExpressionType |
Gets the type of the current filter expression object
| |
| FieldName |
Gets or sets the name of the field on which the filter expression should be applied
| |
| FieldType |
Gets the type of the field
| |
| FilterFunction |
Gets the type of filter function
| |
| IllegalStrings |