 | ICommenceDatabaseViewConjunction Method |
Defines the logical operations that link the filter clauses specified with the ViewFilter request.
Each parameter can be either "And" or "Or"; the default value is "And". AndOr12 defines the relationship between the filter clauses 1 and 2, AndOr34 for clauses 3 and 4, and AndOr13 for (1 and 2) and (3 and 4), etc. Note the special significance of AndOr48, which signifies the relationship between the two groups of 4 filters.
The logical precedence is:
(Filter1 AndOr12 Filter2) AndOr13 (Filter3 AndOr34 Filter4) AndOr4to8 [repeat 5 to 8]
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring ViewConjunction(
string AndOr12,
string AndOr13,
string AndOr34,
string AndOr48,
string AndOr56,
string AndOr57,
string AndOr78
)
Function ViewConjunction (
AndOr12 As String,
AndOr13 As String,
AndOr34 As String,
AndOr48 As String,
AndOr56 As String,
AndOr57 As String,
AndOr78 As String
) As String
Parameters
- AndOr12
- Type: SystemString
string "And" or "Or". - AndOr13
- Type: SystemString
string "And" or "Or". - AndOr34
- Type: SystemString
string "And" or "Or". - AndOr48
- Type: SystemString
string "And" or "Or". - AndOr56
- Type: SystemString
string "And" or "Or". - AndOr57
- Type: SystemString
string "And" or "Or". - AndOr78
- Type: SystemString
string "And" or "Or".
Return Value
Type:
String"OK" on success, NACK error code on failure,
GetLastError
See Also