The DataCompareVariant type exposes the following members.

Methods

  NameDescription
CompareTo
Compare the DataCompareVariant object with another object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Shows the string value of the DataCompareVariant object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
BaseType
The base type of the underlying SQL Variant.
Collation
The collation of the SQL Variant.
MaxLength
The maximum data type length of the SQL Variant.
Precision
The precision of the SQL Variant.
Scale
The scale of the SQL Variant.
Value
The value of the SQL Variant.

See Also