Click or drag to resize
ClassStructureInfoConvertDataToParams Method (IDataClass, Boolean, Boolean)
Creates QueryDataParameters representing the dataClass.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public QueryDataParameters ConvertDataToParams(
	IDataClass dataClass,
	bool allowMissing,
	bool nullForMissing
)

Parameters

dataClass
Type: CMS.DataEngineIDataClass
Data class for which to create QueryDataParameters representation.
allowMissing
Type: SystemBoolean
A value indicating whether missing values within dataClass are allowed (suitable for a partial update query).
nullForMissing
Type: SystemBoolean
A value indicating whether missing values are filled with null value.

Return Value

Type: QueryDataParameters
Returns QueryDataParameters representing the dataClass.
See Also