Initializes a new instance of ClrTypeAnnotation class.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public ClrTypeAnnotation(
    Type clrType
)
public:
ClrTypeAnnotation(
    Type^ clrType
)
new : 
        clrType:Type -> ClrTypeAnnotation
Public Sub New (
    clrType As Type
)
Parameters
- clrType 
 Type: System.Type- The backing CLR type for the EDM type. 
See Also
ClrTypeAnnotation Class
System.Web.OData Namespace
Return to top