Свойство | Type | Description | |
---|---|---|---|
HandleOperator |
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
HandleOperator ( |
|
public tgComparison ( tgConjunction conj ) : System | ||
conj | tgConjunction | The tgConjunction passed in via DynamicQuery |
Résultat | System |
public tgComparison ( tgDynamicQuerySerializable query ) : System | ||
query | tgDynamicQuerySerializable | |
Résultat | System |
public tgComparison ( tgParenthesis paren ) : System | ||
paren | tgParenthesis | The tgParenthesis passed in via DynamicQuery |
Résultat | System |