Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SetBlanks()
|
Selects the data value that corresponds to the blank value.
|
SetEmpty()
|
Selects the data value that corresponds to the empty string value.
|
SetNotBlanks()
|
Selects the data values that do not correspond to the blank value.
|
SetNotEmpty()
|
Selects the data values that do not correspond to the empty string value.
|
SetNotNull()
|
Selects the data values that do not correspond to the null value.
|
SetNull()
|
Selects the data value that corresponds to the null value.
|
SetRange(Object, Object)
|
Selects the specified range of values.
|
SetRange<T>(T, T)
|
Selects the specified range of values.
|
SetResult(Object[], Boolean)
|
For internal use.
|
SetValue(Object, Boolean)
|
Selects the specified value.
|
SetValue<T>(T)
|
Selects the specified value.
|
SetValues(Object[])
|
Selects the specified values.
|
SetValues<T>(IReadOnlyCollection<T>)
|
Selects the specified values.
|
SetValuesOrBlanks(Object[])
|
Selects the specified values and the “Blanks” value.
|
SetValuesOrBlanks<T>(IReadOnlyCollection<T>)
|
Selects the specified values and the “Blanks” value.
|
ToString()
|
Returns a string that represents the current object.
|