Class ClrTypeAnnotation
Represents a mapping from an Microsoft.Data.Edm.IEdmType to a CLR type.
public class ClrTypeAnnotation
- Inheritance
-
ClrTypeAnnotation
- Inherited Members
Constructors
ClrTypeAnnotation(Type)
Initializes a new instance of ClrTypeAnnotation class.
public ClrTypeAnnotation(Type clrType)
Parameters
clrType
TypeThe backing CLR type for the EDM type.
Properties
ClrType
The backing CLR type for the EDM type.
public Type ClrType { get; set; }