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

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - 编程 » .NET 应用程序编程 » SQL Anywhere .NET API 引用

 

SACommand 类

对 SQL Anywhere 数据库执行的 SQL 语句或存储过程。

 Visual Basic 语法
 C# 语法
 基类
 成员
 注释

SACommand 构造函数
BeginExecuteNonQuery 方法
BeginExecuteReader 方法
Cancel 方法
CreateParameter 方法
EndExecuteNonQuery 方法
EndExecuteReader 方法
ExecuteNonQuery 方法
ExecuteReader 方法
ExecuteScalar 方法
Prepare 方法
ResetCommandTimeout 方法
CommandText 属性
CommandTimeout 属性
CommandType 属性
Connection 属性
DesignTimeVisible 属性
Parameters 属性
Transaction 属性
UpdatedRowSource 属性