Share via


EntitySet<TEntity>.IQueryable.ElementType Property

Gets the type of the items in the EntitySet<TEntity>.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Private ReadOnly Property ElementType As Type
    Implements IQueryable.ElementType
    Get
'Usage
Dim instance As EntitySet
Dim value As Type

value = CType(instance, IQueryable).ElementType
TypeIQueryable.ElementType { get; }

Property Value

Type: System.Type
A Type object that represents the type of the items in the collection.

Implements

IQueryable.ElementType

See Also

Reference

EntitySet<TEntity> Class

EntitySet<TEntity> Members

Microsoft.SharePoint.Linq Namespace