IControlParameterTarget Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |