IQueryable.ElementType Property
Collapse the table of content
Expand the table of content

Table(Of TEntity).IQueryable.ElementType Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

For a description of this member, see ElementType.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Private ReadOnly Property ElementType As Type
	Implements IQueryable.ElementType

Property Value

Type: System.Type
A Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.

Implements

IQueryable.ElementType

This member is an explicit interface member implementation. It can be used only when the Table(Of TEntity) instance is cast to an IQueryable interface.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft