DataQueryBaseTQueryAsTNewType Method |
Changes the type of the query to another type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public TNewType As<TNewType>()
where TNewType : new(), IDataQuery
Type Parameters
- TNewType
Return Value
Type:
TNewTypeSee Also