The CSDLType type exposes the following members.

Methods

  NameDescription
Public methodEquals
Compares this instance with another instance of the same class. If the public members match, returns true.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Generates a hash code based on the public member values
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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