SqlCommand 成员

表示要对 SQL Server 数据库执行的一个 Transact-SQL 语句或存储过程。无法继承此类。

下表列出了由 SqlCommand 类型公开的成员。

公共构造函数

  名称 说明
Public method Supported by the .NET Compact Framework SqlCommand 已重载。初始化 SqlCommand 类的新实例。

页首

公共属性

(请参见 受保护的属性 )

  名称 说明
Public property Supported by the .NET Compact Framework CommandText 已重写。获取或设置要对数据源执行的 Transact-SQL 语句或存储过程。
Public property Supported by the .NET Compact Framework CommandTimeout 已重写。获取或设置在终止执行命令的尝试并生成错误之前的等待时间。
Public property Supported by the .NET Compact Framework CommandType 已重写。获取或设置一个值,该值指示如何解释 CommandText 属性。
Public property Supported by the .NET Compact Framework Connection 获取或设置 SqlCommand 的此实例使用的 SqlConnection
Public property Container  获取 IContainer,它包含 Component。(从 Component 继承。)
Public property DesignTimeVisible 已重写。获取或设置一个值,该值指示命令对象是否应在 Windows 窗体设计器控件中可见。
Public property Notification 获取或设置一个指定与此命令绑定的 SqlNotificationRequest 对象的值。
Public property NotificationAutoEnlist 获取或设置一个值,该值指示应用程序是否应自动接收来自公共 SqlDependency 对象的查询通知。
Public property Supported by the .NET Compact Framework Parameters 获取 SqlParameterCollection
Public property Supported by the .NET Compact Framework Site  获取或设置 ComponentISite。(从 Component 继承。)
Public property Supported by the .NET Compact Framework Transaction 获取或设置将在其中执行 SqlCommandSqlTransaction
Public property Supported by the .NET Compact Framework UpdatedRowSource 已重写。获取或设置命令结果在由 DbDataAdapter“Update”方法使用时,如何应用于 DataRow

页首

受保护的属性

  名称 说明
Protected property CanRaiseEvents  获取一个指示组件是否可以引发事件的值。(从 Component 继承。)
Protected property DesignMode  获取一个值,用以指示 Component 当前是否处于设计模式。(从 Component 继承。)
Protected property Supported by the .NET Compact Framework Events  获取附加到此 Component 的事件处理程序的列表。(从 Component 继承。)

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method BeginExecuteNonQuery 已重载。 启动此 SqlCommand 描述的 Transact-SQL 语句或存储过程的异步执行。
Public method BeginExecuteReader 已重载。 启动此 SqlCommand 描述的 Transact-SQL 语句或存储过程的异步执行,并从服务器中检索一个或多个结果集。
Public method BeginExecuteXmlReader 已重载。 启动此 SqlCommand 描述的 Transact-SQL 语句或存储过程的异步执行,并将结果作为 XmlReader 对象返回。
Public method Supported by the .NET Compact Framework Cancel 已重写。 尝试取消 SqlCommand 的执行。
Public method Clone 创建作为当前实例副本的新 SqlCommand 对象。
Public method CreateObjRef  创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (从 MarshalByRefObject 继承。)
Public method CreateParameter 创建 SqlParameter 对象的新实例。
Public method Supported by the .NET Compact Framework Dispose  已重载。 释放由 Component 占用的资源。 (从 Component 继承。)
Public method EndExecuteNonQuery 完成 Transact-SQL 语句的异步执行。
Public method EndExecuteReader 完成 Transact-SQL 语句的异步执行,返回请求的 SqlDataReader
Public method EndExecuteXmlReader 完成 Transact-SQL 语句的异步执行,将请求的数据以 XML 形式返回。
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ExecuteNonQuery 已重写。 对连接执行 Transact-SQL 语句并返回受影响的行数。
Public method Supported by the .NET Compact Framework ExecuteReader 已重载。 将 CommandText 发送到 Connection 并生成一个 SqlDataReader
Public method Supported by the .NET Compact Framework ExecuteScalar 已重写。 执行查询,并返回查询所返回的结果集中第一行的第一列。忽略其他列或行。
Public method Supported by the .NET Compact Framework ExecuteXmlReader CommandText 发送到 Connection 并生成一个 XmlReader 对象。
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method GetLifetimeService  检索控制此实例的生存期策略的当前生存期服务对象。 (从 MarshalByRefObject 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method InitializeLifetimeService  获取控制此实例的生存期策略的生存期服务对象。 (从 MarshalByRefObject 继承。)
Public method Supported by the .NET Compact Framework Prepare 已重写。 在 SQL Server 的实例上创建命令的一个准备版本。
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ResetCommandTimeout CommandTimeout 属性重置为其默认值。
Public method Supported by the .NET Compact Framework ToString  返回包含 Component 的名称的 String(如果有)。不应重写此方法。 (从 Component 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Dispose  已重载。 释放由 Component 占用的资源。 (从 Component 继承。)
Protected method Supported by the .NET Compact Framework Finalize  在通过垃圾回收将 Component 回收之前,释放非托管资源并执行其他清理操作。 (从 Component 继承。)
Protected method GetService  返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。 (从 Component 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  已重载。 (从 MarshalByRefObject 继承。)

页首

公共事件

  名称 说明
Public event Supported by the .NET Compact Framework Disposed  添加事件处理程序以侦听组件上的 Disposed 事件。(从 Component 继承。)
Public event StatementCompleted 当 Transact-SQL 语句执行完成时发生。

页首

显式接口实现

  名称 说明
Explicit interface implementation Method Supported by the .NET Compact Framework System.Data.IDbCommand.CreateParameter  
Explicit interface implementation Supported by the .NET Compact Framework System.Data.IDbCommand.ExecuteReader 已重载。 
Explicit interface implementation Method System.ICloneable.Clone  
Explicit interface implementation Method Supported by the .NET Compact Framework System.IDisposable.Dispose  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Connection  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Parameters  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Transaction  

页首

请参见

参考

SqlCommand 类
System.Data.SqlClient 命名空间

其他资源

在 ADO.NET 中连接和检索数据
使用 SQL Server .NET Framework 数据提供程序