EntityCommand 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示概念层的命令。
public ref class EntityCommand sealed : System::Data::Common::DbCommand
public sealed class EntityCommand : System.Data.Common.DbCommand
type EntityCommand = class
inherit DbCommand
Public NotInheritable Class EntityCommand
Inherits DbCommand
- 继承
构造函数
EntityCommand() |
使用指定的值初始化 EntityCommand 类的新实例。 |
EntityCommand(String) |
使用指定的语句初始化 EntityCommand 类的新实例。 |
EntityCommand(String, EntityConnection) |
用指定的语句和连接初始化 EntityCommand 类的新实例。 |
EntityCommand(String, EntityConnection, EntityTransaction) |
用指定的语句,连接和事务初始化 EntityCommand 类的新实例。 |
属性
CanRaiseEvents |
获取一个指示组件是否可以引发事件的值。 (继承自 Component) |
CommandText |
获取或设置指定要执行的命令或存储过程的 Entity SQL 语句。 |
CommandTimeout |
获取或设置超时前要等待的时间长度。 |
CommandTree |
获取或设置要执行的命令树;只能设置命令树或命令文本其中之一,而不能同时设置二者。 |
CommandType |
获取或设置一个值,该值指示如何解释 CommandText 属性。 |
Connection |
获取或设置由 EntityConnection 使用的 EntityCommand。 |
Container |
获取包含 IContainer 的 Component。 (继承自 Component) |
DbConnection |
获取或设置此 DbConnection 使用的 DbCommand。 (继承自 DbCommand) |
DbParameterCollection |
获取 DbParameter 对象的集合。 (继承自 DbCommand) |
DbTransaction |
获取或设置将在其中执行此 DbCommand 对象的 DbTransaction。 (继承自 DbCommand) |
DesignMode |
获取一个值,用以指示 Component 当前是否处于设计模式。 (继承自 Component) |
DesignTimeVisible |
获取或设置一个值,该值指示命令对象在 Windows 窗体设计器控件中是否应该可见。 |
EnablePlanCaching |
获取或设置一个值,该值指示查询计划缓存是否启用。 |
Events |
获取附加到此 Component 的事件处理程序的列表。 (继承自 Component) |
Parameters |
获取 Entity SQL 语句的参数或存储过程。 |
Site | (继承自 Component) |
Transaction |
获取或设置 SqlCommand 在其中执行的事务。 |
UpdatedRowSource |
获取或设置如何向正在更新的行应用命令结果的方式。 |
方法
事件
Disposed |
在通过调用 Dispose() 方法释放组件时发生。 (继承自 Component) |
显式接口实现
IDbCommand.Connection |
获取或设置 IDbCommand 的此实例使用的 IDbConnection。 (继承自 DbCommand) |
IDbCommand.CreateParameter() |
创建 IDbDataParameter 对象的新实例。 (继承自 DbCommand) |
IDbCommand.ExecuteReader() |
对 Connection 执行 CommandText 并生成 IDataReader。 (继承自 DbCommand) |
IDbCommand.ExecuteReader(CommandBehavior) |
对 Connection 执行 CommandText,并使用 CommandBehavior 值之一生成 IDataReader。 (继承自 DbCommand) |
IDbCommand.Parameters | (继承自 DbCommand) |
IDbCommand.Transaction |
获取或设置将在其中执行此 DbCommand 对象的 DbTransaction。 (继承自 DbCommand) |