The CSDLType type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Compares this instance with another instance of the same class. If the public members match, returns true.
(Overrides Object..::..Equals(Object).) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Generates a hash code based on the public member values
(Overrides Object..::..GetHashCode()()()().) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CLRType |
Corresponding CLR type
| |
CLRTypeName |
CLR type name
| |
CompareIsUnicode |
Indicates if the IsUnicode value should be compared or not
| |
FixedLength |
Indicates if a string or binary member is of fixed length
| |
IsUnicode |
Indicates if a string member is Unicode or ANSI
| |
MaxLength |
Max length for string or binary members
| |
Nullable |
Indicates if a member is nullable or not
| |
Precision |
Precision - for decimal and floating point types
| |
Scale |
Scale - for decimal types
|