This documentation is archived and is not being maintained.

SqlDataSourceSelectingEventArgs Properties

The SqlDataSourceSelectingEventArgs type exposes the following members.

  NameDescription
Public property Arguments Gets the DataSourceSelectArguments object passed to the Select method.
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property Command Gets the pending database command. (Inherited from SqlDataSourceCommandEventArgs.)
Top
Show: