ObjectQuery::IQueryable::ElementType Property

 

Gets the result element type for this query instance.

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

private:
property Type^ ElementType {
	virtual Type^ get() sealed = IQueryable::ElementType::get;
}

Property Value

Type: System::Type^

A Type that is the result element type for this query instance.

This 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
Return to top
Show: