EdmFunction.Parameters Property

 

Gets the parameters of this EdmFunction.

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

public ReadOnlyMetadataCollection<FunctionParameter> Parameters { get; }

Property Value

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

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