ParameterConfiguration(String, IEdmTypeConfiguration) Constructor
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.
Initializes a new instance of the ParameterConfiguration class.
protected ParameterConfiguration (string name, Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration parameterType);
new Microsoft.AspNet.OData.Builder.ParameterConfiguration : string * Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Protected Sub New (name As String, parameterType As IEdmTypeConfiguration)
Parameters
- name
- String
The name of the parameter.
- parameterType
- IEdmTypeConfiguration
The EDM type of the parameter.