Share via


BindingParameterConfiguration(String, IEdmTypeConfiguration) Constructor

Definition

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

Applies to