Parameter Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | DbType | Gets or sets the database type of the parameter. |
![]() | 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. |
![]() | 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. |
![]() | IsTrackingViewState | Gets a value indicating whether the Parameter object is saving changes to its view state. |
![]() | Name | Gets or sets the name of the parameter. |
![]() | Size | Gets or sets the size of the parameter. |
![]() | Type | Gets or sets the type of the parameter. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager::IsTrackingViewState | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the Parameter object is saving changes to its view state. |



