IQueryable.ElementType Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.TypeA Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.
Show: