SqlBytes
Returns a null instance of this SqlBytes.
Returns a reference to the internal buffer.
Gets a Boolean value that indicates whether this SqlBytes is null.
Gets or sets the SqlBytes instance at the specified index.
Gets the length of the value that is contained in the SqlBytes instance.
Gets the maximum length of the value of the internal buffer of this SqlBytes.
Gets or sets the data of this SqlBytes as a stream.
Returns a managed copy of the value held by this SqlBytes.
public SqlBytes()
Initializes a new instance of the SqlBytes class.
Initializes a new instance of the SqlBytes class based on the specified byte array.
Copies bytes from this SqlBytes instance to the passed-in buffer and returns the number of copied bytes.
Sets the length of this SqlBytes instance.
Sets this SqlBytes instance to null.
Copies bytes from the passed-in buffer to this SqlBytes instance.