DataReader.GetBytes Method
Retrieves a specified number of bytes of raw binary data.
Overload List
Name | Description | |
---|---|---|
GetBytes(Int32, [], Int32, Int32) | Retrieves a specified number of bytes of raw binary data. | |
GetBytes(String, [], Int32, Int32) | Retrieves a specified number of bytes of raw binary data. |
Top