The CLR type exposes the following members.

Constructors

  NameDescription
CLROverloaded.

Methods

  NameDescription
CompareTo
Compares the Blob with another Blob.
(Inherited from Blob.)
Dispose
Disposes of the current object.
(Inherited from Blob.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor.
(Inherited from Blob.)
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
Returns a string representation of the object.
(Overrides Object..::.ToString()()().)

Operators

  NameDescription
Explicit
Explicit conversion from CLR to string.

Properties

  NameDescription
ByteArray
The underlying byte array.
(Inherited from Blob.)
HasText
Returns true if the CLR type has been populated with text, false otherwise (e.g. CLR was populated from a database backup).
Length
The number of bytes in the underlying byte array.
(Inherited from Blob.)
Text
The textual representation of the CLR object.

See Also