This documentation is archived and is not being maintained.
FormParameter Properties
Visual Studio 2008
The FormParameter type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConvertEmptyStringToNull | Gets or sets a value indicating whether the value that the Parameter object is bound to should be converted to nullptr if it is String::Empty. (Inherited from Parameter.) |
|
DbType | Gets or sets the database type of the parameter. (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. |
|
IsTrackingViewState | Gets a value indicating whether the Parameter object is saving changes to its view state. (Inherited from Parameter.) |
|
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.) |
|
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.) |
| Name | Description | |
|---|---|---|
|
IStateManager::IsTrackingViewState | Infrastructure. Gets a value indicating whether the Parameter object is saving changes to its view state. (Inherited from Parameter.) |
Show: