ModelDataSourceView::Select Method (DataSourceSelectArguments^, DataSourceViewSelectCallback^)

.NET Framework (current version)
 

Selects the method and gets the result.

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

public:
virtual void Select(
	DataSourceSelectArguments^ arguments,
	DataSourceViewSelectCallback^ callback
) override

Parameters

arguments
Type: System.Web.UI::DataSourceSelectArguments^

The select method arguments.

callback
Type: System.Web.UI::DataSourceViewSelectCallback^

The callback selected.

.NET Framework
Available since 4.6
Return to top
Show: