Abstract base class for all column types.
The DataType..::.UserCLRType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataType..::.UserCLRType | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| DataTypeEquals |
Override. See DataTypeEquals(DataType).
(Overrides DataType..::.DataTypeEquals(DataType).) | |
| Equals |
Overridden. See Equals(Object).
(Inherited from DataType.) | |
| 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 |
Overridden. See GetHashCode()()().
(Inherited from DataType.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetTypeDefinition |
Override. See GetTypeDefinition()()().
(Overrides DataType..::.GetTypeDefinition()()().) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Overridden. See ToString()()().
(Inherited from DataType.) |
Properties
| Name | Description | |
|---|---|---|
| BaseType |
Gets DataType (Inherited from DataType.) | |
| DefaultValue |
Override. See DefaultValue. This type doesn't support the default value.
(Overrides DataType..::.DefaultValue.) | |
| IsUserDefinedType |
Override. See IsUserDefinedType.
(Overrides DataType..::.IsUserDefinedType.) | |
| SupportCollation | Gets true value if a type supports collation. (Inherited from DataType.) | |
| TypeReference |
Gets or sets reference to the corresponding CLRType type.
|