DbExpression.ResultType Property

Definition

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

public:
 property System::Data::Metadata::Edm::TypeUsage ^ ResultType { System::Data::Metadata::Edm::TypeUsage ^ get(); };
public System.Data.Metadata.Edm.TypeUsage ResultType { get; }
member this.ResultType : System.Data.Metadata.Edm.TypeUsage
Public ReadOnly Property ResultType As TypeUsage

Property Value

The type metadata for the result type of the expression.

Applies to