DataColumn Methods |
The DataColumn type exposes the following members.
Name | Description | |
---|---|---|
CompareTo |
Compares current object instance to a given one.
| |
Convert |
Serializes value of a given cell to Javascript representation.
| |
Equals |
Determines whether current column equals to the given one.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Serves as a hash function for particular type.
(Overrides ObjectGetHashCode.) | |
GetTypeClass |
Returns a simple textual representation of the column type.
| |
ToString |
Returns a string representation of the current object.
(Overrides ObjectToString.) | |
Validate |
Validates specified type code and throws an exception if the type code is not valid.
|
Name | Description | |
---|---|---|
IComparableCompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |