Click or drag to resize
KaxListViewSingleValueExpressionT Methods

The KaxListViewSingleValueExpressionT generic type exposes the following members.

Methods
  Name Description
Public method Equals(Object) (Overrides KaxListViewFilterExpressionEquals(Object).)
Public method Equals(KaxListViewSingleValueExpressionUTT)
Public method GetHashCode (Overrides KaxListViewFilterExpressionGetHashCode.)
Public method ToDynamicLinq
Returns a string representation of the filter expression in format suitable for LinqDataSource usage.
(Overrides KaxListViewFilterExpressionToDynamicLinq.)
Public method ToEntitySQL
Returns a string representation of the filter expression in format suitable for EntityDataSource usage.
(Overrides KaxListViewFilterExpressionToEntitySQL.)
Public method ToOql
Returns a string representation of the filter expression in format suitable for OpenAccessDataSource control usage.
(Overrides KaxListViewFilterExpressionToOql.)
Top
See Also