Share via


FunctionParameter.Create(String, EdmType, ParameterMode) Method

Definition

The factory method for constructing the FunctionParameter object.

public static System.Data.Entity.Core.Metadata.Edm.FunctionParameter Create (string name, System.Data.Entity.Core.Metadata.Edm.EdmType edmType, System.Data.Entity.Core.Metadata.Edm.ParameterMode parameterMode);
static member Create : string * System.Data.Entity.Core.Metadata.Edm.EdmType * System.Data.Entity.Core.Metadata.Edm.ParameterMode -> System.Data.Entity.Core.Metadata.Edm.FunctionParameter

Parameters

name
String

The name of the parameter.

edmType
EdmType

The EdmType of the parameter.

parameterMode
ParameterMode

The ParameterMode of the parameter.

Returns

A new, read-only instance of the EdmFunction type.

Applies to