| ConditionalClause Constructor (String, String, String, String) |
Namespace:
Dynamicweb.DataManagement
Assembly:
Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax public ConditionalClause(
string field,
string value,
string operator,
string condition
)
Public Sub New (
field As String,
value As String,
operator As String,
condition As String
)
Parameters
- field
- Type: SystemString
- value
- Type: SystemString
- operator
- Type: SystemString
- condition
- Type: SystemString
See Also