Share via


ClrPropertyInfoAnnotation(PropertyInfo) Constructor

Definition

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.

Applies to