DataQueryBaseTQueryAsNestedTResult Method |
Creates a nested query from the given query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public TResult AsNested<TResult>()
where TResult : new(), Object, IDataQuery<TResult>
Type Parameters
- TResult
Return Value
Type:
TResultImplements
IDataQueryAsNestedTResultSee Also