ClassStructureInfoConvertDataToParams Method (IDataClass, Boolean, Boolean) |
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public QueryDataParameters ConvertDataToParams(
IDataClass dataClass,
bool allowMissing,
bool nullForMissing
)
Parameters
- dataClass
- Type: CMS.DataEngineIDataClass
Data class for which to create QueryDataParameters representation. - allowMissing
- Type: SystemBoolean
A value indicating whether missing values within dataClass are allowed (suitable for a partial update query). - nullForMissing
- Type: SystemBoolean
A value indicating whether missing values are filled with null value.
Return Value
Type:
QueryDataParametersReturns
QueryDataParameters representing the
dataClass.
See Also