Method | Description | |
---|---|---|
AppendAnd ( ) : void |
Appends an AND expression.
|
|
AppendOr ( ) : void |
Appends an OR expression.
|
|
AppendSearchText ( String searchText ) : void |
Appends the specified search text to the expression.
|
|
AppendSpace ( ) : void |
Appends an expression separator.
|
|
CloseGrouping ( ) : void |
Appends a group closed expression.
|
|
ExpressionParserBase ( String propertyName, SqlComparisonType comparisonType, bool ignoreCase ) : System |
Initializes a new instance of the ExpressionParserBase class.
|
|
OpenGrouping ( ) : void |
Appends a group opened expression.
|
|
ParseCore ( String searchText ) : void |
Appends the specified search text to the current expression.
|
Method | Description | |
---|---|---|
IsKeyWord ( String word ) : bool |
Determines whether the specified word is a reserved keyword.
|
|
ParseQuotes ( String searchText, IList |
Parses quoted search terms.
|
protected abstract AppendSearchText ( String searchText ) : void | ||
searchText | String | The search text to append. |
return | void |
protected ExpressionParserBase ( String propertyName, SqlComparisonType comparisonType, bool ignoreCase ) : System | ||
propertyName | String | |
comparisonType | SqlComparisonType | |
ignoreCase | bool | |
return | System |
protected ParseCore ( String searchText ) : void | ||
searchText | String | The search text to append. |
return | void |