The CSDLType type exposes the following members.

Properties

  NameDescription
Public propertyCLRType
Corresponding CLR type
Public propertyCLRTypeName
CLR type name
Public propertyCompareIsUnicode
Indicates if the IsUnicode value should be compared or not
Public propertyFixedLength
Indicates if a string or binary member is of fixed length
Public propertyIsUnicode
Indicates if a string member is Unicode or ANSI
Public propertyMaxLength
Max length for string or binary members
Public propertyNullable
Indicates if a member is nullable or not
Public propertyPrecision
Precision - for decimal and floating point types
Public propertyScale
Scale - for decimal types

See Also