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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual IQueryable<TargetType> As<TargetType>()
where TargetType : new(), BaseInfo

Type Parameters

TargetType
Target type of the items

Return Value

Type: IQueryableTargetType
See Also