SqlRowUpdatedEventArgs 成员
为 RowUpdated 事件提供数据。
下表列出了由 SqlRowUpdatedEventArgs 类型公开的成员。
公共构造函数
名称 | 说明 | |
---|---|---|
SqlRowUpdatedEventArgs | 初始化 SqlRowUpdatedEventArgs 类的新实例。 |
页首
公共属性
名称 | 说明 | |
---|---|---|
Command | 获取或设置当调用 Update 时执行的 SqlCommand。 | |
Errors | 获取当 Command 执行时 .NET Framework 数据提供程序生成的任何错误。(从 RowUpdatedEventArgs 继承。) | |
RecordsAffected | 通过执行 SQL 语句获取更改、插入或删除的行数。(从 RowUpdatedEventArgs 继承。) | |
Row | 获取通过 Update 发送的 DataRow。(从 RowUpdatedEventArgs 继承。) | |
RowCount | 获取在一批更新后的记录中处理的行数。(从 RowUpdatedEventArgs 继承。) | |
StatementType | 获取所执行的 SQL 语句的类型。(从 RowUpdatedEventArgs 继承。) | |
Status | 获取 Command 属性的 UpdateStatus。(从 RowUpdatedEventArgs 继承。) | |
TableMapping | 获取通过 Update 发送的 DataTableMapping。(从 RowUpdatedEventArgs 继承。) |
页首
公共方法
(请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
CopyToRows | 已重载。 允许您访问在批处理更新操作期间已处理的行。 (从 RowUpdatedEventArgs 继承。) | |
Equals | 已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。) | |
GetHashCode | 用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。) | |
GetType | 获取当前实例的 Type。 (从 Object 继承。) | |
ReferenceEquals | 确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。) | |
ToString | 返回表示当前 Object 的 String。 (从 Object 继承。) |
页首
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (从 Object 继承。) |
页首