Click or drag to resize
IInfoObjectCollectionAsTType Method
Makes a wrapper of the collection with specified type of the items.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
IQueryable<TType> As<TType>()
where TType : BaseInfo

Type Parameters

TType
Target type of the items

Return Value

Type: IQueryableTType
See Also