ObjectQuery::IQueryable::ElementType Property
.NET Framework (current version)
Gets the result element type for this query instance.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
private: property Type^ ElementType { virtual Type^ get() sealed = IQueryable::ElementType::get; }
Implements
IQueryable::ElementTypeThis member is an explicit interface member implementation. It can be used only when the ObjectQuery<T> instance is cast to an IListSource interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: