Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
StaticCreateCreates a non-generic value cursor for a given column.
The column.
A value cursor.
Creates a generic value cursor for a given column.
Generic type argument
The column.
A value cursor.
Creates a generic value cursor for a given column.
Generic type argument
The column.
True if a validity check should be performed.
A value cursor.
StaticCreateCreates a value cursor for the formatted values of a given column.
The column.
A value cursor.
Creates a value cursor for the formatted values of a given column.
The column.
The formatter to use. Note that this is useless if column is a hierarchy since the individual level formatters are used then.
A value cursor.
StaticCreateCreates a value cursor for the numeric values of a given column.
The column.
A value cursor.
Creates a value cursor for the numeric values of a given column.
The column.
True if a check for validity should be performed.
A value cursor.
StaticCreateCreates a value cursor for DateTime values of a given column.
The column.
A value cursor.
Generic cursor class for efficient enumeration of data values.
Since
2.0