Parameter Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a duplicate of the current Parameter instance. |
![]() ![]() | ConvertDbTypeToTypeCode(DbType) | |
![]() ![]() | ConvertTypeCodeToDbType(TypeCode) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Evaluate(HttpContext^, Control^) | 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() | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | LoadViewState(Object^) | Restores the data source view's previously saved view state. |
![]() | MemberwiseClone() | |
![]() | 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() |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Returns a duplicate of the current Parameter instance. |
![]() ![]() | IStateManager::LoadViewState(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Restores the data source view's previously saved view state. |
![]() ![]() | IStateManager::SaveViewState() | This API supports the product infrastructure and is not intended to be used directly from your code. Saves the changes to the Parameter object's view state since the time the page was posted back to the server. |
![]() ![]() | IStateManager::TrackViewState() |




