Parameter Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| ConvertEmptyStringToNull | Gets or sets a value indicating whether the value that the Parameter object is bound to should be converted to a null reference (Nothing in Visual Basic) if it is String.Empty. |
| 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. |
| 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. |
| Name | Description | |
|---|---|---|
| IsTrackingViewState | Gets a value indicating whether the Parameter object is saving changes to its view state. |
| 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 | |
|---|---|---|
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value indicating whether the Parameter object is saving changes to its view state. |
Community Additions
ADD
Show: