Static
EqualsDetermines 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.
Gets a value indicating whether the current value is valid or not.
Static
CreateCreates 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.
Static
CreateCreates 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.
Static
CreateCreates 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.
Static
CreateCreates a value cursor for DateTime values of a given column.
The column.
A value cursor.
Non-generic cursor class for efficient enumeration of data values.
Since
2.0