ModelDataMethodResult(Object, OrderedDictionary) Constructor
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.
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
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.