ParametersCallback Delegate
.NET Framework (current version)
References the method to call when retrieving row data from a provider.
Assembly: System.Web (in System.Web.dll)
Parameters
- parametersData
-
Type:
System.Collections::IDictionary^
The data to retrieve from the provider.
The ParametersCallback delegate represents the method to call for retrieving row data from a provider based on a parameter from the consumer.
The IWebPartParameters::GetParametersData method contains a ParametersCallback delegate parameter. The GetParametersData method is used in the RowToParametersTransformer class to retrieve row data for transformation.
.NET Framework
Available since 2.0
Available since 2.0
Show: