0 out of 1 rated this helpful - Rate this topic

DynamicControlParameter Class

Represents a parameter that is used for master-detail filters in which a data source gets information from another data control.

System.Object
  System.Web.UI.WebControls.Parameter
    System.Web.DynamicData.DynamicControlParameter

Namespace:  System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)
public class DynamicControlParameter : Parameter, 
	IWhereParametersProvider

The DynamicControlParameter type exposes the following members.

  Name Description
Public method DynamicControlParameter() Initializes a new instance of the DynamicControlParameter class.
Public method DynamicControlParameter(String) Initializes a new instance of the [System.Web.DynamicData.DynamicControlParameter] class, bound to the specified control.
Top
  Name Description
Public property ControlId Gets or sets the unique identifier of the control that the DynamicControlParameter object binds to.
Public property ConvertEmptyStringToNull Gets or sets a value indicating whether the value that the Parameter object is bound to should be converted to null if it is String.Empty. (Inherited from Parameter.)
Public property DbType Gets or sets the database type of the parameter. (Inherited from Parameter.)
Public property DefaultValue Specifies a default value for the parameter, should the value that the parameter is bound to be uninitialized when the Evaluate method is called. (Inherited from Parameter.)
Public property Direction Indicates whether the Parameter object is used to bind a value to a control, or the control can be used to change the value. (Inherited from Parameter.)
Protected property IsTrackingViewState Gets a value indicating whether the Parameter object is saving changes to its view state. (Inherited from Parameter.)
Public property Name Gets or sets the name of the parameter. (Inherited from Parameter.)
Public property Size Gets or sets the size of the parameter. (Inherited from Parameter.)
Public property Type Gets or sets the type of the parameter. (Inherited from Parameter.)
Protected property ViewState Gets a dictionary of state information that allows you to save and restore the view state of a Parameter object across multiple requests for the same page. (Inherited from Parameter.)
Top
  Name Description
Protected method Clone Returns a duplicate of the current Parameter instance. (Inherited from Parameter.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Evaluate Throws an System.InvalidOperationException exception to indicate that the DynamicDataManager control is missing. (Overrides Parameter.Evaluate(HttpContext, Control).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDatabaseType Gets the DbType value that is equivalent to the CLR type of the current Parameter instance. (Inherited from Parameter.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWhereParameters Returns the collection of parameters that are used to create a Where clause for when the data source is queried.
Protected method LoadViewState Restores the data source view's previously saved view state. (Inherited from Parameter.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnParameterChanged Calls the OnParametersChanged method of the ParameterCollection collection that contains the Parameter object. (Inherited from Parameter.)
Protected method SaveViewState Saves the changes to the Parameter object's view state since the time the page was posted back to the server. (Inherited from Parameter.)
Protected method SetDirty Marks the Parameter object so its state will be recorded in view state. (Inherited from Parameter.)
Public method ToString Converts the value of this instance to its equivalent string representation. (Inherited from Parameter.)
Protected method TrackViewState Causes the Parameter object to track changes to its view state so they can be stored in the control's ViewState object and persisted across requests for the same page. (Inherited from Parameter.)
Top
  Name Description
Explicit interface implemetation Private method ICloneable.Clone Returns a duplicate of the current Parameter instance. (Inherited from Parameter.)
Explicit interface implemetation Private property IStateManager.IsTrackingViewState Infrastructure. Gets a value indicating whether the Parameter object is saving changes to its view state. (Inherited from Parameter.)
Explicit interface implemetation Private method IStateManager.LoadViewState Infrastructure. Restores the data source view's previously saved view state. (Inherited from Parameter.)
Explicit interface implemetation Private method IStateManager.SaveViewState Infrastructure. Saves the changes to the Parameter object's view state since the time the page was posted back to the server. (Inherited from Parameter.)
Explicit interface implemetation Private method IStateManager.TrackViewState Infrastructure. Causes the Parameter object to track changes to its view state so they can be stored in the control's ViewState object and persisted across requests for the same page. (Inherited from Parameter.)
Top

The DynamicControlParameter object is used in the Where parameters collection of the data source control's query. The parameter object automatically filters by primary key or foreign keys between the two controls and supports multi-part keys automatically.

.NET Framework

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ