Click or drag to resize
ClassStructureInfoConvertDataToParams Method
Returns the object data converted to the query parameters.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: QueryDataParameters
See Also