public: array<char>^ Read( int count )
Parameters
- count
- Specifies the number of bytes to read from the CLOB.
Return Value
Returns a character array having a maximum of count characters containing the data read from the CLOB field.
public: array<char>^ Read( int count )
Exception | Description |
---|---|
System.InvalidOperationException | The TdClob is null, or the TdConnection
is closed. |
System.ObjectDisposedException | The TdClob 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