QueryValueExpression Constructor (Object, String, Boolean) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public QueryValueExpression(
Object value,
string name = null,
bool expand = false
)
Parameters
- value
- Type: SystemObject
Value - name (Optional)
- Type: SystemString
Value name - expand (Optional)
- Type: SystemBoolean
If true, expands the value to a constant
See Also