SqlBytes Properties
.NET Framework 3.5
The SqlBytes type exposes the following members.
| Name | Description | |
|---|---|---|
|
Buffer | Returns a reference to the internal buffer. |
|
IsNull | Gets a Boolean value that indicates whether this SqlBytes is null. |
|
Item | Gets or sets the SqlBytes instance at the specified index. |
|
Length | Gets the length of the value that is contained in the SqlBytes instance. |
|
MaxLength | Gets the maximum length of the value of the internal buffer of this SqlBytes. |
|
Null | Returns a null instance of this SqlBytes. |
|
Storage | Returns information about the storage state of this SqlBytes instance. |
|
Stream | Gets or sets the data of this SqlBytes as a stream. |
|
Value | Returns a managed copy of the value held by this SqlBytes. |