DMRGroupGetConditionForInt Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void GetConditionForInt(
ref string Condition,
DMSQLOperator Operator,
StringCollection Operand
)
Public Sub GetConditionForInt (
ByRef Condition As String,
Operator As DMSQLOperator,
Operand As StringCollection
)
public:
void GetConditionForInt(
String^% Condition,
DMSQLOperator Operator,
StringCollection^ Operand
)
member GetConditionForInt :
Condition : string byref *
Operator : DMSQLOperator *
Operand : StringCollection -> unit
function GetConditionForInt(Condition, Operator, Operand);
Parameters
- Condition
- Type: SystemString
- Operator
- Type: DMLibraryDMSQLOperator
- Operand
- Type: System.Collections.SpecializedStringCollection
See Also