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. |
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |