BindingParameterConfiguration(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.
Create a BindingParameterConfiguration
public BindingParameterConfiguration (string name, Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration parameterType);
new Microsoft.AspNet.OData.Builder.BindingParameterConfiguration : string * Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration -> Microsoft.AspNet.OData.Builder.BindingParameterConfiguration
Public Sub New (name As String, parameterType As IEdmTypeConfiguration)
Parameters
- name
- String
The name of the Binding Parameter
- parameterType
- IEdmTypeConfiguration
The type of the Binding Parameter