InfoObjectCollectionAsTargetType Method |
Makes a wrapper of the collection with specified type of the items.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic virtual IQueryable<TargetType> As<TargetType>()
where TargetType : new(), BaseInfo
Type Parameters
- TargetType
- Target type of the items
Return Value
Type:
IQueryableTargetType
See Also