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.
Defines the selection by a column search expression.
The expression that defines the columns.
Defines the selection as a fixed set of columns.
The signatures of the columns to select.
Gets the signatures.
Gets the expression that selects columns. Returns string.empty if no expression is set.
Returns the columns in reader matching this selection.
The reader to look for columns in.
Any columns matching the selection.
Defines a selection of columns.
Since
2.0