메소드 | 설명 | |
---|---|---|
And ( ) : |
||
False ( ) : |
||
IsBetween ( string attributeName, object from, object to ) : |
||
IsEqual ( string attributeName, object value ) : |
||
IsGreaterThan ( string attributeName, object value ) : |
||
IsGreaterThanOrEqual ( string attributeName, object value ) : |
||
IsILike ( string attributeName, string expression ) : |
||
IsIn ( string attributeName ) : |
||
IsLessThan ( string attributeName, object value ) : |
||
IsLessThanOrEqual ( string attributeName, object value ) : |
||
IsLike ( string attributeName, string expression ) : |
||
IsNotEqual ( string attributeName, object value ) : |
||
MatchesRegex ( string attributeName, string regex ) : |
||
Not ( IPredicate predicate ) : |
||
Or ( ) : |
||
Sql ( string sql ) : |
||
True ( ) : |
public static IsBetween ( string attributeName, object from, object to ) : |
||
attributeName | string | |
from | object | |
to | object | |
리턴 |
public static IsEqual ( string attributeName, object value ) : |
||
attributeName | string | |
value | object | |
리턴 |
public static IsGreaterThan ( string attributeName, object value ) : |
||
attributeName | string | |
value | object | |
리턴 |
public static IsGreaterThanOrEqual ( string attributeName, object value ) : |
||
attributeName | string | |
value | object | |
리턴 |
public static IsILike ( string attributeName, string expression ) : |
||
attributeName | string | |
expression | string | |
리턴 |
public static IsIn ( string attributeName ) : |
||
attributeName | string | |
리턴 |
public static IsLessThan ( string attributeName, object value ) : |
||
attributeName | string | |
value | object | |
리턴 |
public static IsLessThanOrEqual ( string attributeName, object value ) : |
||
attributeName | string | |
value | object | |
리턴 |
public static IsLike ( string attributeName, string expression ) : |
||
attributeName | string | |
expression | string | |
리턴 |
public static IsNotEqual ( string attributeName, object value ) : |
||
attributeName | string | |
value | object | |
리턴 |
public static MatchesRegex ( string attributeName, string regex ) : |
||
attributeName | string | |
regex | string | |
리턴 |
public static Not ( IPredicate predicate ) : |
||
predicate | IPredicate | |
리턴 |