NonbindingParameterConfiguration(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 NonbindingParameterConfiguration class.
public NonbindingParameterConfiguration (string name, Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration parameterType);
new Microsoft.AspNet.OData.Builder.NonbindingParameterConfiguration : string * Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration -> Microsoft.AspNet.OData.Builder.NonbindingParameterConfiguration
Public Sub New (name As String, parameterType As IEdmTypeConfiguration)
Parameters
- name
- String
The name of the parameter.
- parameterType
- IEdmTypeConfiguration
The EDM type of the parameter.