Share via


ParameterConfiguration(String, IEdmTypeConfiguration) Constructor

Definition

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.

Applies to