Represents a data type.
| C# |
public struct DataType
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CanChange(DataType, DataType) |
Determines whether a data type can be changed.
| |
| DefaultValue |
Gets the value that is presented to the user as a default.
| |
| DisplayName |
Gets the full name, which includes any applicable length, precision, and scale specifiers.
| |
| Equality(DataType, DataType) |
Determines whether two objects represent the same value.
| |
| Equals(Object) |
Determines whether this instance represents the same value as another object.
(Overrides ValueType.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()()() |
Gets the hash code for this object.
(Overrides ValueType.GetHashCode()()().) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Inequality(DataType, DataType) |
Determines whether two objects represent different values.
| |
| Length |
Gets the length.
| |
| MaxLength |
Gets the maximum value for the Length.
| |
| MaxPrecision |
Gets the maximum value for the Precision.
| |
| MaxScale |
Gets the maximum value for the Scale.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MinLength |
Gets the minimum value for the Length.
| |
| MinPrecision |
Gets the minimum value for the Precision.
| |
| MinScale |
Gets the minimum value for the Scale.
| |
| Name |
Gets the data type name excluding any length, precision, or scale specifier.
| |
| Precision |
Gets the precision.
| |
| Scale |
Gets the scale.
| |
| ToString()()() |
Gets a string representation of this object.
(Overrides ValueType.ToString()()().) | |
| TryParse(Object, DataType%) |
Converts an object to a DataType if possible.
| |
| ValidValues |
Gets a collection of valid values.
| |
| ValidValuesDeprecated |
Gets a collection of data types that are considered deprecated.
|