EdmFunction.ReturnParameter Property

 

Gets the return parameter of this EdmFunction.

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

public FunctionParameter ReturnParameter { get; }

Property Value

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

A FunctionParameter object that represents the return parameter of this EdmFunction .