Click or drag to resize
ObjectQueryTObject  Conversion (ObjectQueryTObject to InfoDataSetTObject)
Operator for conversion from typed ObjectQuery class to typed InfoDataSet

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static explicit operator InfoDataSet<TObject> (
	ObjectQuery<TObject> query
)

Parameters

query
Type: CMS.DataEngineObjectQueryTObject
Query object

Return Value

Type: InfoDataSetTObject
See Also