IInfoObjectCollectionAsTType Method |
Makes a wrapper of the collection with specified type of the items.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax IQueryable<TType> As<TType>()
where TType : BaseInfo
Type Parameters
- TType
- Target type of the items
Return Value
Type:
IQueryableTTypeSee Also