DbFunctionCommandTree.ResultType Property

 

Gets the result type of the function; currently constrained to be a Collection of RowTypes. Unlike typical RowType instance, merely indicates name/type not parameter order.

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

public TypeUsage ResultType { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.TypeUsage

The result type of the function.