FormParameter 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. (inherited from 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. (inherited from Parameter) |
| 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. (inherited from Parameter) |
| FormField | Gets or sets the name of the form variable that the parameter binds to. |
| Name | Gets or sets the name of the parameter. (inherited from Parameter) |
| Size | Gets or sets the size of the parameter. (inherited from Parameter) |
| Type | Gets or sets the type of the parameter. (inherited from Parameter) |
| Name | Description | |
|---|---|---|
| IsTrackingViewState | Gets a value indicating whether the Parameter object is saving changes to its view state. (inherited from 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. (inherited from Parameter) |
Community Additions
ADD
Show: