DataReader.GetBytes Method
Include Protected Members
Include Inherited Members
Retrieves a specified number of bytes of raw binary data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetBytes(Int32, array<Byte[], Int32, Int32) | Retrieves a specified number of bytes of raw binary data. | |
GetBytes(String, array<Byte[], Int32, Int32) | Retrieves a specified number of bytes of raw binary data. |
Top