IControlParameterTarget Interface

Definition

Defines members that a class must implement in order to provide data to for an instance of the DynamicControlParameter class.

public interface class IControlParameterTarget
public interface IControlParameterTarget
type IControlParameterTarget = interface
Public Interface IControlParameterTarget
Derived

Remarks

The control that implements this interface can be set as the ControlId property of a DynamicControlParameter object.

Properties

FilteredColumn

Gets the column to which the parameter is being applied, if available.

Table

Gets the type of the data that is being served by this provider.

Methods

GetPropertyNameExpression(String)

Get an expression that can be used as a control parameter's property name.

Applies to