ClrPropertyInfoAnnotation(PropertyInfo) 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 ClrPropertyInfoAnnotation class.
public ClrPropertyInfoAnnotation (System.Reflection.PropertyInfo clrPropertyInfo);
new Microsoft.AspNet.OData.ClrPropertyInfoAnnotation : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.ClrPropertyInfoAnnotation
Public Sub New (clrPropertyInfo As PropertyInfo)
Parameters
- clrPropertyInfo
- PropertyInfo
The backing CLR property info for the EDM property.