ModelDataMethodResult(Object, OrderedDictionary) Constructor

Definition

Initializes a new instance of the ModelDataMethodResult class.

public:
 ModelDataMethodResult(System::Object ^ returnValue, System::Collections::Specialized::OrderedDictionary ^ outputParameters);
public ModelDataMethodResult (object returnValue, System.Collections.Specialized.OrderedDictionary outputParameters);
new System.Web.UI.WebControls.ModelDataMethodResult : obj * System.Collections.Specialized.OrderedDictionary -> System.Web.UI.WebControls.ModelDataMethodResult
Public Sub New (returnValue As Object, outputParameters As OrderedDictionary)

Parameters

returnValue
Object

The return value of the data method.

outputParameters
OrderedDictionary

A dictionary that contains the values of out and ref parameters.

Applies to