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

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

Type Parameters

TType
Target type of the items

Return Value

Type: IQueryableTType

Implements

IInfoObjectCollectionAsTType
See Also