Свойство | Тип | Описание | |
---|---|---|---|
AND | String | ||
ASC | String | ||
COMMA | String | ||
DESC | String | ||
LEFT | String | ||
NULL | String | ||
OR | String | ||
PAGE_INDEX | String | ||
QUOTE | String | ||
RIGHT | String | ||
STAR | String | ||
TOKEN | String | ||
WILD | String |
Метод | Описание | |
---|---|---|
Contains ( String value ) : String |
Encodes the value for a SqlComparisonType.Contains expression.
|
|
Contains ( String column, String value ) : String |
Creates a SqlComparisonType.Contains expression.
|
|
Contains ( String column, String value, bool ignoreCase ) : String |
Creates a SqlComparisonType.Contains expression.
|
|
Contains ( String column, String value, bool ignoreCase, bool surround ) : String |
Creates a SqlComparisonType.Contains expression.
|
|
Encode ( String value ) : String |
Encodes the specified value for use in SQL expressions.
|
|
Encode ( String value, bool surround ) : String |
Encodes the specified value for use in SQL expressions and optionally surrounds the value with single-quotes.
|
|
EndsWith ( String value ) : String |
Encodes the value for a SqlComparisonType.EndsWith expression.
|
|
EndsWith ( String column, String value ) : String |
Creates a SqlComparisonType.EndsWith expression.
|
|
EndsWith ( String column, String value, bool ignoreCase ) : String |
Creates a SqlComparisonType.EndsWith expression.
|
|
EndsWith ( String column, String value, bool ignoreCase, bool surround ) : String |
Creates a SqlComparisonType.EndsWith expression.
|
|
Equals ( String value ) : String |
Encodes the value for a SqlComparisonType.Equals expression.
|
|
Equals ( String column, String value ) : String |
Creates an SqlComparisonType.Equals expression.
|
|
Equals ( String column, String value, bool ignoreCase ) : String |
Creates an SqlComparisonType.Equals expression.
|
|
Equals ( String column, String value, bool ignoreCase, bool surround ) : String |
Creates an SqlComparisonType.Equals expression.
|
|
GetEqualFormat ( bool ignoreCase ) : String |
Gets the equal format string.
|
|
GetEqualFormat ( bool ignoreCase, bool surround ) : String |
Gets the equal format string.
|
|
GetLikeFormat ( bool ignoreCase ) : String |
Gets the like format string.
|
|
GetLikeFormat ( bool ignoreCase, bool surround ) : String |
Gets the like format string.
|
|
GetNotLikeFormat ( bool ignoreCase ) : String |
Gets the not like format string.
|
|
GetNotLikeFormat ( bool ignoreCase, bool surround ) : String |
Gets the not like format string.
|
|
IsNotNull ( String column ) : String |
Creates an IS NOT NULL expression.
|
|
IsNull ( String column ) : String |
Creates an IS NULL expression.
|
|
Like ( String value ) : String |
Encodes the value for a SqlComparisonType.Like expression.
|
|
Like ( String column, String value ) : String |
Creates a SqlComparisonType.Like expression.
|
|
Like ( String column, String value, bool ignoreCase ) : String |
Creates a SqlComparisonType.Like expression.
|
|
Like ( String column, String value, bool ignoreCase, bool surround ) : String |
Creates a SqlComparisonType.Like expression.
|
|
NotContains ( String value ) : String |
Encodes the value for a SqlComparisonType.NotContains expression.
|
|
NotContains ( String column, String value ) : String |
Creates a SqlComparisonType.NotContains expression.
|
|
NotContains ( String column, String value, bool ignoreCase ) : String |
Creates a SqlComparisonType.NotContains expression.
|
|
NotContains ( String column, String value, bool ignoreCase, bool surround ) : String |
Creates a SqlComparisonType.NotContains expression.
|
|
NotLike ( String value ) : String |
Encodes the value for a SqlComparisonType.NotLike expression.
|
|
NotLike ( String column, String value ) : String |
Creates a SqlComparisonType.NotLike expression.
|
|
NotLike ( String column, String value, bool ignoreCase ) : String |
Creates a SqlComparisonType.NotLike expression.
|
|
NotLike ( String column, String value, bool ignoreCase, bool surround ) : String |
Creates a SqlComparisonType.NotLike expression.
|
|
StartsWith ( String value ) : String |
Encodes the value for a SqlComparisonType.StartsWith expression.
|
|
StartsWith ( String column, String value ) : String |
Creates a SqlComparisonType.StartsWith expression.
|
|
StartsWith ( String column, String value, bool ignoreCase ) : String |
Creates a SqlComparisonType.StartsWith expression.
|
|
StartsWith ( String column, String value, bool ignoreCase, bool surround ) : String |
Creates a SqlComparisonType.StartsWith expression.
|
public static Contains ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static Contains ( String column, String value ) : String | ||
column | String | |
value | String | |
Результат | String |
public static Contains ( String column, String value, bool ignoreCase ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
Результат | String |
public static Contains ( String column, String value, bool ignoreCase, bool surround ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
surround | bool | |
Результат | String |
public static Encode ( String value ) : String | ||
value | String | |
Результат | String |
public static Encode ( String value, bool surround ) : String | ||
value | String | |
surround | bool | |
Результат | String |
public static EndsWith ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static EndsWith ( String column, String value ) : String | ||
column | String | |
value | String | |
Результат | String |
public static EndsWith ( String column, String value, bool ignoreCase ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
Результат | String |
public static EndsWith ( String column, String value, bool ignoreCase, bool surround ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
surround | bool | |
Результат | String |
public static Equals ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static Equals ( String column, String value ) : String | ||
column | String | |
value | String | |
Результат | String |
public static Equals ( String column, String value, bool ignoreCase ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
Результат | String |
public static Equals ( String column, String value, bool ignoreCase, bool surround ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
surround | bool | |
Результат | String |
public static GetEqualFormat ( bool ignoreCase ) : String | ||
ignoreCase | bool | if set to |
Результат | String |
public static GetEqualFormat ( bool ignoreCase, bool surround ) : String | ||
ignoreCase | bool | if set to |
surround | bool | |
Результат | String |
public static GetLikeFormat ( bool ignoreCase ) : String | ||
ignoreCase | bool | if set to |
Результат | String |
public static GetLikeFormat ( bool ignoreCase, bool surround ) : String | ||
ignoreCase | bool | if set to |
surround | bool | |
Результат | String |
public static GetNotLikeFormat ( bool ignoreCase ) : String | ||
ignoreCase | bool | if set to |
Результат | String |
public static GetNotLikeFormat ( bool ignoreCase, bool surround ) : String | ||
ignoreCase | bool | if set to |
surround | bool | |
Результат | String |
public static IsNotNull ( String column ) : String | ||
column | String | |
Результат | String |
public static IsNull ( String column ) : String | ||
column | String | |
Результат | String |
public static Like ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static Like ( String column, String value ) : String | ||
column | String | |
value | String | |
Результат | String |
public static Like ( String column, String value, bool ignoreCase ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
Результат | String |
public static Like ( String column, String value, bool ignoreCase, bool surround ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
surround | bool | |
Результат | String |
public static NotContains ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static NotContains ( String column, String value ) : String | ||
column | String | |
value | String | |
Результат | String |
public static NotContains ( String column, String value, bool ignoreCase ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
Результат | String |
public static NotContains ( String column, String value, bool ignoreCase, bool surround ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
surround | bool | |
Результат | String |
public static NotLike ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static NotLike ( String column, String value ) : String | ||
column | String | |
value | String | |
Результат | String |
public static NotLike ( String column, String value, bool ignoreCase ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
Результат | String |
public static NotLike ( String column, String value, bool ignoreCase, bool surround ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
surround | bool | |
Результат | String |
public static StartsWith ( String value ) : String | ||
value | String | The value. |
Результат | String |
public static StartsWith ( String column, String value ) : String | ||
column | String | |
value | String | |
Результат | String |
public static StartsWith ( String column, String value, bool ignoreCase ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
Результат | String |
public static StartsWith ( String column, String value, bool ignoreCase, bool surround ) : String | ||
column | String | |
value | String | |
ignoreCase | bool | |
surround | bool | |
Результат | String |