PrecisionPropertyConfiguration 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 PrecisionPropertyConfiguration class.
public PrecisionPropertyConfiguration (System.Reflection.PropertyInfo property, Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration declaringType);
new Microsoft.AspNet.OData.Builder.PrecisionPropertyConfiguration : System.Reflection.PropertyInfo * Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration -> Microsoft.AspNet.OData.Builder.PrecisionPropertyConfiguration
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.