SqlBytes Constructor
.NET Framework 4
Initializes a new instance of the SqlBytes class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Name | Description | |
---|---|---|
![]() |
SqlBytes() | Initializes a new instance of the SqlBytes class. |
![]() |
SqlBytes(Byte[]) | Initializes a new instance of the SqlBytes class based on the specified byte array. |
![]() |
SqlBytes(SqlBinary) | Initializes a new instance of the SqlBytes class based on the specified SqlBinary value. |
![]() |
SqlBytes(Stream) | Initializes a new instance of the SqlBytes class based on the specified Stream value. |