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

本文参考资料:

http://msdn.microsoft.com/zh-cn/library/182ax5k8(v=vs.80).aspx

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案