SqlDataSourceStatusEventArgs Properties

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAffectedRows

Gets the number of rows affected by a database operation.

System_CAPS_pubpropertyCommand

Gets the database command submitted to the database.

System_CAPS_pubpropertyException

Gets a wrapper for any exceptions thrown by the database during a data operation.

System_CAPS_pubpropertyExceptionHandled

Gets or sets a value indicating whether an exception thrown by the database has been handled.

Return to top
Show: