ObjectDataSourceStatusEventArgs::OutputParameters Property
.NET Framework (current version)
Gets a collection that contains business object method parameters and their values.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections::IDictionary^An IDictionary of name/value pairs that represent the business object method parameters and their corresponding values.
Any parameters that are passed to the business object method by reference are returned in the OutputParameters collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: