Click or drag to resize

DataColumn Class

Represents a data column.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Controls.ChartsDataColumn

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class DataColumn : IComparable<DataColumn>, 
	IComparable

The DataColumn type exposes the following members.

Constructors
  NameDescription
Public methodDataColumn(DataColumn)
Initializes a new instance of an object.
Protected methodDataColumn(DataTable)
Initializes a new istance of an object.
Protected methodDataColumn(DataTable, Type, String, String)
Initializes a new istance of an object.
Protected methodDataColumn(DataTable, TypeCode, String, String)
Initializes a new istance of an object.
Top
Properties
  NameDescription
Public propertyDataType
Gets or sets the type code that corresponds to a column type.
Public propertyID
Gets or sets the unique ID of the column.
Public propertyLabel
Gets or sets the column label.
Protected propertyTable
Gets the reference to owning table.
Public propertyType Obsolete.
Top
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
Remarks