DbExpression.ResultType Property

Definition

Gets the type metadata for the result type of the expression.

public virtual System.Data.Entity.Core.Metadata.Edm.TypeUsage ResultType { get; }
member this.ResultType : System.Data.Entity.Core.Metadata.Edm.TypeUsage
Public Overridable ReadOnly Property ResultType As TypeUsage

Property Value

The type metadata for the result type of the expression.

Applies to