EdmFunction.ReturnParameters Property

 

Gets the return parameters of this EdmFunction.

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

public ReadOnlyMetadataCollection<FunctionParameter> ReturnParameters { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<FunctionParameter>

A collection of type ReadOnlyMetadataCollection<T> that represents the return parameters of this EdmFunction .