Creates a default System.Web.UI.DataSourceSelectArguments object used by the data-bound control if no arguments are specified.
A System.Web.UI.DataSourceSelectArguments initialized to System.Web.UI.DataSourceSelectArguments.Empty.
The DataBoundControl.CreateDataSourceSelectArguments method is used by the DataBoundControl.SelectArguments property to initialize a default arguments object, and by the System.Web.UI.WebControls.DataBoundControl class's implementation of the DataBoundControl.PerformSelect method.