System.Web.UI.WebControls.DetailsView.CreateDataSourceSelectArguments Method

Creates the System.Web.UI.DataSourceSelectArguments object that gets passed to the Select command.

Syntax

protected override System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ()

Returns

The System.Web.UI.DataSourceSelectArguments that gets passed to the Select command

Remarks

The DetailsView.CreateDataSourceSelectArguments method is a helper method called by the System.Web.UI.WebControls.DetailsView control to create the System.Web.UI.DataSourceSelectArguments object that gets passed to the Select command.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0