ClassStructureInfo ConvertDataToParams Method Kentico 8.1 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.1.5347.20411)

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