Method | Description | |
---|---|---|
ParameterizedSqlExpressionParser ( String propertyName ) : System |
Initializes a new instance of the ParameterizedSqlExpressionParser class.
|
|
ParameterizedSqlExpressionParser ( String propertyName, SqlComparisonType comparisonType ) : System |
Initializes a new instance of the ParameterizedSqlExpressionParser class.
|
|
ParameterizedSqlExpressionParser ( String propertyName, SqlComparisonType comparisonType, bool ignoreCase ) : System |
Initializes a new instance of the ParameterizedSqlExpressionParser class.
|
|
ParameterizedSqlExpressionParser ( String propertyName, bool ignoreCase ) : System |
Initializes a new instance of the ParameterizedSqlExpressionParser class.
|
Method | Description | |
---|---|---|
Contains ( string column, string value, bool ignoreCase ) : string |
Creates a SqlComparisonType.Contains expression.
|
|
EndsWith ( string column, string value, bool ignoreCase ) : string |
Creates a SqlComparisonType.EndsWith expression.
|
|
Equals ( string column, string value, bool ignoreCase ) : string |
Creates a SqlComparisonType.Equals expression.
|
|
Like ( string column, string value, bool ignoreCase ) : string |
Creates a SqlComparisonType.Like expression.
|
|
StartsWith ( string column, string value, bool ignoreCase ) : string |
Creates a SqlComparisonType.StartsWith expression.
|
protected Contains ( string column, string value, bool ignoreCase ) : string | ||
column | string | |
value | string | |
ignoreCase | bool | |
return | string |
protected EndsWith ( string column, string value, bool ignoreCase ) : string | ||
column | string | |
value | string | |
ignoreCase | bool | |
return | string |
protected Equals ( string column, string value, bool ignoreCase ) : string | ||
column | string | |
value | string | |
ignoreCase | bool | |
return | string |
protected Like ( string column, string value, bool ignoreCase ) : string | ||
column | string | |
value | string | |
ignoreCase | bool | |
return | string |
public ParameterizedSqlExpressionParser ( String propertyName ) : System | ||
propertyName | String | |
return | System |
public ParameterizedSqlExpressionParser ( String propertyName, SqlComparisonType comparisonType ) : System | ||
propertyName | String | |
comparisonType | SqlComparisonType | |
return | System |
public ParameterizedSqlExpressionParser ( String propertyName, SqlComparisonType comparisonType, bool ignoreCase ) : System | ||
propertyName | String | |
comparisonType | SqlComparisonType | |
ignoreCase | bool | |
return | System |
public ParameterizedSqlExpressionParser ( String propertyName, bool ignoreCase ) : System | ||
propertyName | String | |
ignoreCase | bool | |
return | System |
protected StartsWith ( string column, string value, bool ignoreCase ) : string | ||
column | string | |
value | string | |
ignoreCase | bool | |
return | string |