public: array<byte>^ Read( int count )
Parameters
- count
- Number of bytes to read from the BLOB.
Return Value
Returns a byte array having a maximum of count bytes containing the data read from the BLOB.
public: array<byte>^ Read( int count )
Exception | Description |
---|---|
System.InvalidOperationException | The TdBlob is null, or the TdConnection
is closed. |
System.ObjectDisposedException | The TdBlob or the TdStream
is closed / disposed. |
TdException | The Advanced SQL Engine returned an error, or the .NET Data Provider for Teradata detected an error. |
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019