ObjectQuery.GetResultType Method

Definition

Returns information about the result type of the query.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Data.Entity.Core.Metadata.Edm.TypeUsage GetResultType ();
member this.GetResultType : unit -> System.Data.Entity.Core.Metadata.Edm.TypeUsage
Public Function GetResultType () As TypeUsage

Returns

A TypeUsage value that contains information about the result type of the query.

Attributes

Applies to