Name | Description | |
---|---|---|
FilterBinaryExpression Constructor | Initializes a new instance of the FilterBinaryExpression class. |
The following tables list the members exposed by FilterBinaryExpression.
Name | Description | |
---|---|---|
FilterBinaryExpression Constructor | Initializes a new instance of the FilterBinaryExpression class. |
Name | Description | |
---|---|---|
FilterCombination | Gets the logical operator applied between the left and right expressions. | |
LeftExpression | Gets the left expression. | |
RightExpression | Gets the right expression. |
Name | Description | |
---|---|---|
CanConvertToSQLFilterExpression | Determines whether this filter expression can be converted to a SQL filter expression. (Inherited from C1.CollectionView.FilterExpression) | |
GetSQLFilterExpression<T> | Gets a filtering expression suitable for Linq to SQL. (Inherited from C1.CollectionView.FilterExpression) | |
ToString | Returns a string that represents the current object. |