SqlDataSourceSelectingEventArgs.SqlDataSourceSelectingEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the SqlDataSourceSelectingEventArgs class, using the specified DbCommand object and any DataSourceSelectArguments passed to the Select method.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public:
SqlDataSourceSelectingEventArgs (
DbCommand^ command,
DataSourceSelectArguments^ arguments
)
public SqlDataSourceSelectingEventArgs ( DbCommand command, DataSourceSelectArguments arguments )
public function SqlDataSourceSelectingEventArgs ( command : DbCommand, arguments : DataSourceSelectArguments )
Not applicable.
Parameters
- arguments
The DataSourceSelectArguments object passed to the Select method.
The inputParameters parameter is an IDictionary collection of name/value pairs that match those in the method signature and are passed by reference.
Community Additions
ADD
Show: