ClassStructureInfoConvertDataToParams Method (Object, Boolean, Boolean) |
Note: This API is now obsolete.
Returns the object data converted to the query parameters.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use ConvertDataToParams(CMS.DataEngine.IDataClass, bool, bool) instead.")]
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