ModelDataSourceView.InvokeMethod(ModelDataSourceMethod) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes a data method.
protected:
virtual System::Web::UI::WebControls::ModelDataMethodResult ^ InvokeMethod(System::Web::UI::WebControls::ModelDataSourceMethod ^ method);
protected virtual System.Web.UI.WebControls.ModelDataMethodResult InvokeMethod (System.Web.UI.WebControls.ModelDataSourceMethod method);
abstract member InvokeMethod : System.Web.UI.WebControls.ModelDataSourceMethod -> System.Web.UI.WebControls.ModelDataMethodResult
override this.InvokeMethod : System.Web.UI.WebControls.ModelDataSourceMethod -> System.Web.UI.WebControls.ModelDataMethodResult
Protected Overridable Function InvokeMethod (method As ModelDataSourceMethod) As ModelDataMethodResult
Parameters
- method
- ModelDataSourceMethod
An object that provides information about the method to be invoked.
Returns
The result of the data method.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.