ClassStructureInfo ConvertDataToParams Method Kentico 8.0 API Reference
Returns the object data converted to the query parameters.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

data
Type:  OnlineSystem Object 
Data
allowMissing
Type: OnlineSystem Boolean
If true, the process allows missing values
nullForMissing
Type: OnlineSystem Boolean
If true, missing values are replaced by NULLs

Return Value

Type: QueryDataParameters
See Also