ModelDataMethodResult Constructor (Object^, OrderedDictionary^)

.NET Framework (current version)
 

Initializes a new instance of the ModelDataMethodResult class.

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

public:
ModelDataMethodResult(
	Object^ returnValue,
	OrderedDictionary^ outputParameters
)

Parameters

returnValue
Type: System::Object^

The return value of the data method.

outputParameters
Type: System.Collections.Specialized::OrderedDictionary^

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

.NET Framework
Available since 4.5
Return to top
Show: