ObjectResult<T>::ElementType Property

 

Gets the type of the ObjectResult<T>.

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

public:
property Type^ ElementType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

A Type that is the type of the ObjectResult<T>.

.NET Framework
Available since 3.5
Return to top
Show: