SqlBinary
Represents a variable-length stream of binary data to be stored in or retrieved from a database.
Indicates whether this SqlBinary structure is null. This property is read-only.
Gets the single byte from the Value property located at the position indicated by the integer parameter, indexindex. If indexindex indicates a position beyond the end of the byte array, a SqlNullValueException will be raised. This property is read-only.
Gets the length in bytes of the Value property. This property is read-only.
Gets the value of the SqlBinary structure. This property is read-only.
Initializes a new instance of the SqlBinary structure, setting the Value property to the contents of the supplied byte array.
Compares two SqlBinary structures to determine whether they are equal.
Compares two SqlBinary structures to determine whether the first is greater than the second.
Compares two SqlBinary structures to determine whether the first is greater than or equal to the second.
Compares two SqlBinary structures to determine whether the first is less than the second.
Compares two SqlBinary structures to determine whether the first is less than or equal to the second.
Compares two SqlBinary structures to determine whether they are not equal.
Compares two SqlBinary structures to determine whether they are equal.
Compares two SqlBinary structures to determine whether the first is greater than the second.
Compares two SqlBinary structues to determine whether the first is greater than or equal to the second.
Converts an array of bytes to a SqlBinary structure.
Compares two SqlBinary structures to determine whether they are not equal.
Compares two SqlBinary structures to determine whether the first is less than the second.
Compares two SqlBinary structures to determine whether the first is less than or equal to the second.
Compares this SqlBinary object to the supplied SqlBinary object and returns an indication of their relative values.
Compares this SqlBinary object to the supplied object and returns an indication of their relative values.