Click or drag to resize
IDataQueryAsNestedTResult Method
Creates a nested query from the given query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
TResult AsNested<TResult>()
where TResult : new(), Object, IDataQuery<TResult>

Type Parameters

TResult

Return Value

Type: TResult
See Also