This documentation is archived and is not being maintained.
Parameter Methods
Visual Studio 2008
The Parameter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Returns a duplicate of the current Parameter instance. |
|
ConvertDbTypeToTypeCode | Converts a DbType value to an equivalent TypeCode value. |
|
ConvertTypeCodeToDbType | Converts a TypeCode value to an equivalent DbType value. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Evaluate | Updates and returns the value of the Parameter object. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetDatabaseType | Gets the DbType value that is equivalent to the CLR type of the current Parameter instance. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
LoadViewState | Restores the data source view's previously saved view state. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnParameterChanged | Calls the OnParametersChanged method of the ParameterCollection collection that contains the Parameter object. |
|
SaveViewState | Saves the changes to the Parameter object's view state since the time the page was posted back to the server. |
|
SetDirty | Marks the Parameter object so its state will be recorded in view state. |
|
ToString | Converts the value of this instance to its equivalent string representation. (Overrides Object::ToString().) |
|
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. |
| Name | Description | |
|---|---|---|
|
ICloneable::Clone | Returns a duplicate of the current Parameter instance. |
|
IStateManager::LoadViewState | Infrastructure. Restores the data source view's previously saved view state. |
|
IStateManager::SaveViewState | Infrastructure. Saves the changes to the Parameter object's view state since the time the page was posted back to the server. |
|
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. |
Show: