ObjectResult.ElementType Property

 

When overridden in a derived class, gets the type of the generic ObjectResult<T> .

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

public abstract Type ElementType { get; }

Property Value

Type: System.Type

The type of the generic ObjectResult<T>.