ClrPropertyInfoAnnotation Constructor (PropertyInfo)
Initializes a new instance of ClrPropertyInfoAnnotation class.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public ClrPropertyInfoAnnotation(
PropertyInfo clrPropertyInfo
)
public:
ClrPropertyInfoAnnotation(
PropertyInfo^ clrPropertyInfo
)
new :
clrPropertyInfo:PropertyInfo -> ClrPropertyInfoAnnotation
Public Sub New (
clrPropertyInfo As PropertyInfo
)
Parameters
clrPropertyInfo
Type: System.Reflection.PropertyInfoThe backing CLR property info for the EDM property.
See Also
ClrPropertyInfoAnnotation Class
System.Web.OData Namespace
Return to top