ObjectResult<T>.ElementType Property

 

Gets the type of the ObjectResult<T>.

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

public override Type ElementType { get; }

Property Value

Type: System.Type

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