RowToParametersTransformer.IWebPartParameters.GetParametersData Method (ParametersCallback)
.NET Framework (current version)
Gets the value of the data from the connection provider.
Assembly: System.Web (in System.Web.dll)
private abstract GetParametersData : callback:ParametersCallback -> unit private override GetParametersData : callback:ParametersCallback -> unit
Parameters
- callback
-
Type:
System.Web.UI.WebControls.WebParts.ParametersCallback
The delegate instance to be used when retrieving a value.
| Exception | Condition |
|---|---|
| ArgumentNullException | callback equals null. |
This member is an explicit interface member implementation. It can be used only when the RowToParametersTransformer instance is cast to an IWebPartParameters interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: