Click or drag to resize
DataQueryBaseTQueryAsTNewType Method
Changes the type of the query to another type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public TNewType As<TNewType>()
where TNewType : new(), IDataQuery

Type Parameters

TNewType

Return Value

Type: TNewType
See Also