SqlDataSourceStatusEventArgs(DbCommand, Int32, Exception) 构造函数

定义

使用指定的输出参数、返回值和此数据库操作影响的行数初始化 SqlDataSourceStatusEventArgs 类的新实例。

public:
 SqlDataSourceStatusEventArgs(System::Data::Common::DbCommand ^ command, int affectedRows, Exception ^ exception);
public SqlDataSourceStatusEventArgs (System.Data.Common.DbCommand command, int affectedRows, Exception exception);
new System.Web.UI.WebControls.SqlDataSourceStatusEventArgs : System.Data.Common.DbCommand * int * Exception -> System.Web.UI.WebControls.SqlDataSourceStatusEventArgs
Public Sub New (command As DbCommand, affectedRows As Integer, exception As Exception)

参数

command
DbCommand

表示通过 DbCommand 控件提交到数据库的数据库查询、命令或存储过程的 SqlDataSource

affectedRows
Int32

受此数据库操作影响的行数(如果可用)。

exception
Exception

此数据库操作引发的 Exception(如果可用)。

适用于

另请参阅