Click or drag to resize

DataColumn Methods

The DataColumn type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares current object instance to a given one.
Protected methodConvert
Serializes value of a given cell to Javascript representation.
Public methodEquals
Determines whether current column equals to the given one.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for particular type.
(Overrides ObjectGetHashCode.)
Protected methodGetTypeClass
Returns a simple textual representation of the column type.
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Protected methodValidate
Validates specified type code and throws an exception if the type code is not valid.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
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.
Top
See Also