ClassStructureInfoConvertDataToParams Method |
Returns the object data converted to the query parameters.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public QueryDataParameters ConvertDataToParams(
Object[] data,
bool allowMissing,
bool nullForMissing
)
Parameters
- data
- Type: SystemObject
Data - allowMissing
- Type: SystemBoolean
If true, the process allows missing values - nullForMissing
- Type: SystemBoolean
If true, missing values are replaced by NULLs
Return Value
Type:
QueryDataParametersSee Also