메소드 | 설명 | |
---|---|---|
ConvertToFieldPredicate ( |
Converts a BinaryExpression to a field predicate expression, if supported and convertible.
|
|
GetFieldSelector ( |
||
GetFieldSelector ( |
Gets a FieldSelectorExpression from an expression it the bindingSignatureSupport identifies it as supported.
|
|
IsConvertibleBinary ( |
Determines whether the supplied BinaryExpression is convertible to a binary in the context of the featureset of the Rebel Framework-supported expression tree.
|
|
NegateFieldPredicate ( FieldPredicateExpression fieldPredicateExpression ) : FieldPredicateExpression |
Negates a field predicate, i.e. reverses its ValuePredicateType for example Equals will be switched to NotEquals.
|
메소드 | 설명 | |
---|---|---|
GetBindingSupport ( |
Gets a BindingSignatureSupport from an expression.
|
|
GetSchemaSelector ( |
||
UpdateValuePredicateType ( |
public static ConvertToFieldPredicate ( |
||
expression | The expression. | |
structureBinder | The structure binder. | |
리턴 |
public static GetFieldSelector ( |
||
left | ||
structureBinder | ||
리턴 | FieldSelectorExpression |
public static GetFieldSelector ( |
||
left | The left. | |
structureBinder | The structure binder. | |
bindingSignatureSupport | The binding signature support. | |
리턴 | FieldSelectorExpression |
public static IsConvertibleBinary ( |
||
expression | The expression. | |
structureBinder | The structure binder. | |
리턴 | bool |
public static NegateFieldPredicate ( FieldPredicateExpression fieldPredicateExpression ) : FieldPredicateExpression | ||
fieldPredicateExpression | FieldPredicateExpression | The field predicate expression. |
리턴 | FieldPredicateExpression |