Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - 编程 » .NET 应用程序编程 » SQL Anywhere .NET 数据提供程序 » 访问和操作数据

 

BLOB

读取长字符串值或二进制数据时,可以使用一些方法分段读取数据。对于二进制数据,可使用 GetBytes 方法;而对于字符串数据,则可使用 GetChars 方法。否则,BLOB 数据的处理方法与从数据库读取的任何其它数据的处理方法相同。

 C# GetChars BLOB 示例
 另请参见