Click or drag to resize
IDQuery Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IDQuery(
	string objectType,
	string resultColumn = null,
	bool useObjectTypeCondition = true
)

Parameters

objectType
Type: SystemString
Object type
resultColumn (Optional)
Type: SystemString
Resulting column
useObjectTypeCondition (Optional)
Type: SystemBoolean
If true, the query uses the object type condition. The condition applies only when object type is specified.
See Also