QueryDataParametersAdd Method (String, Object, Boolean) |
Adds the parameter into the list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public DataParameter Add(
string name,
Object value,
bool condition
)
Parameters
- name
- Type: SystemString
Parameter name - value
- Type: SystemObject
Parameter value - condition
- Type: SystemBoolean
Condition, if false, the NULL value is set
Return Value
Type:
DataParameterSee Also