| QueryExpression Constructor (String, String) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public QueryExpression(
string field,
string value
)
Public Sub New (
field As String,
value As String
)
Parameters
- field
- Type: SystemString
Target field. - value
- Type: SystemString
Field value.
Remarks See Also