Parameter Properties

(see also Protected Properties )
  Name Description
Public property 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.
Public property 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.
Public property 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.
Public property Name Gets or sets the name of the parameter.
Public property Size Gets or sets the size of the parameter.
Public property Type Gets or sets the type of the parameter.
Top

  Name Description
Protected property IsTrackingViewState Gets a value indicating whether the Parameter object is saving changes to its view state.
Protected property 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.
Top

  Name Description
Explicit interface implementation Property System.Web.UI.IStateManager.IsTrackingViewState Gets a value indicating whether the Parameter object is saving changes to its view state.
Top

Community Additions

ADD
Show: