DataFormParameter Members
Include Protected Members
Include Inherited Members
Receives data (XML/XPathNavigable objects) from a Microsoft ASP.NET 2.0 DataSourceControl.
The DataFormParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataFormParameter | Initializes a new instance of the DataFormParameter class. |
Top
Properties
Name | Description | |
---|---|---|
ControlID | (Inherited from ControlParameter.) | |
ConvertEmptyStringToNull | (Inherited from Parameter.) | |
DbType | (Inherited from Parameter.) | |
DefaultValue | (Inherited from Parameter.) | |
Direction | (Inherited from Parameter.) | |
IsTrackingViewState | (Inherited from Parameter.) | |
Name | (Inherited from Parameter.) | |
ParameterKey | Gets the string to be used in extracting the correct value for the control parameter. | |
ParameterValues | Gets the hash table name/value pair to be extracted by this parameter class. Used by inheritors of the DataFormParameter. In base class it returns null. | |
PropertyName | (Inherited from ControlParameter.) | |
Size | (Inherited from Parameter.) | |
Type | (Inherited from Parameter.) | |
ViewState | (Inherited from Parameter.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from ControlParameter.) | |
Equals | (Inherited from Object.) | |
Evaluate | Updates and returns the value of the DataFormParameter. (Overrides ControlParameter.Evaluate(HttpContext, Control).) | |
Finalize | (Inherited from Object.) | |
GetDatabaseType | (Inherited from Parameter.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadViewState | (Inherited from Parameter.) | |
MemberwiseClone | (Inherited from Object.) | |
OnParameterChanged | (Inherited from Parameter.) | |
SaveViewState | (Inherited from Parameter.) | |
SetDirty | (Inherited from Parameter.) | |
ToString | (Inherited from Parameter.) | |
TrackViewState | (Inherited from Parameter.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | (Inherited from Parameter.) | |
IStateManager.IsTrackingViewState | (Inherited from Parameter.) | |
IStateManager.LoadViewState | (Inherited from Parameter.) | |
IStateManager.SaveViewState | (Inherited from Parameter.) | |
IStateManager.TrackViewState | (Inherited from Parameter.) |
Top