Click or drag to resize
ObjectQuery<TObject>Explicit Conversion (ObjectQuery<TObject> to InfoDataSet<TObject>)
Operator for conversion from typed ObjectQuery class to typed InfoDataSet

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

Parameters

query
Type: CMS.DataEngine.ObjectQuery<TObject>
Query object

Return Value

Type: InfoDataSet<TObject>
See Also