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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0)

 

SACommand 类

对 SQL Anywhere 数据库执行的 SQL 语句或存储过程。此类无法继承。

语法
Visual Basic

Public NotInheritable Class SACommand 
  Inherits DbCommand
  Implements ICloneable
C#

public sealed class SACommand : DbCommand,
  ICloneable
注释

Implements:[external link] ICloneable

有关详细信息,请参见访问和操作数据

另请参见

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