Share via


LengthPropertyConfiguration(PropertyInfo, StructuralTypeConfiguration) Constructor

Definition

Initializes a new instance of the LengthPropertyConfiguration class.

public LengthPropertyConfiguration (System.Reflection.PropertyInfo property, Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration declaringType);
new Microsoft.AspNet.OData.Builder.LengthPropertyConfiguration : System.Reflection.PropertyInfo * Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration -> Microsoft.AspNet.OData.Builder.LengthPropertyConfiguration
Public Sub New (property As PropertyInfo, declaringType As StructuralTypeConfiguration)

Parameters

property
PropertyInfo

The name of the property.

declaringType
StructuralTypeConfiguration

The declaring EDM type of the property.

Applies to