FunctionParameter.Create(String, EdmType, ParameterMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework