RowToParametersTransformer.IWebPartParameters.GetParametersData Method (ParametersCallback)

 

Gets the value of the data from the connection provider.

Namespace:   System.Web.UI.WebControls.WebParts
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
Return to top
Show: