Свойство | Тип | Описание | |
---|---|---|---|
HandleOperator |
Метод | Описание | |
---|---|---|
operator ( ) : bool |
Force false (to use in Where clauses).
|
|
operator ( ) : |
NOT ! (to use in Where clauses).
|
|
tgComparison ( tgConjunction conj ) : System |
The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism. See tgConjunction Enumeration.
|
|
tgComparison ( tgDynamicQuerySerializable query ) : System |
The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism.
|
|
tgComparison ( tgParenthesis paren ) : System |
The tgComparison class is dynamically created by your BusinessEntity's DynamicQuery mechanism. See tgParenthesis Enumeration.
|
Метод | Описание | |
---|---|---|
HandleOperator ( |
|
public static operator ( ) : |
||
Результат |
public tgComparison ( tgConjunction conj ) : System | ||
conj | tgConjunction | The tgConjunction passed in via DynamicQuery |
Результат | System |
public tgComparison ( tgDynamicQuerySerializable query ) : System | ||
query | tgDynamicQuerySerializable | |
Результат | System |
public tgComparison ( tgParenthesis paren ) : System | ||
paren | tgParenthesis | The tgParenthesis passed in via DynamicQuery |
Результат | System |