DataFormParameter members

Receives data (XML/XPathNavigable objects) from a Microsoft ASP.NET 2.0 DataSourceControl.

The DataFormParameter type exposes the following members.

Constructors

  Name Description
Public method DataFormParameter Initializes a new instance of the DataFormParameter class.

Top

Properties

  Name Description
Public property ControlID (Inherited from ControlParameter.)
Public property ConvertEmptyStringToNull (Inherited from Parameter.)
Public property DbType (Inherited from Parameter.)
Public property DefaultValue (Inherited from Parameter.)
Public property Direction (Inherited from Parameter.)
Protected property IsTrackingViewState (Inherited from Parameter.)
Public property Name (Inherited from Parameter.)
Public property ParameterKey Gets the string to be used in extracting the correct value for the control parameter.
Protected property ParameterValues Gets the hash table name/value pair to be extracted by this parameter class. Used by inheritors of the DataFormParameter. In base class it returns null.
Public property PropertyName (Inherited from ControlParameter.)
Public property Size (Inherited from Parameter.)
Public property Type (Inherited from Parameter.)
Protected property ViewState (Inherited from Parameter.)

Top

Methods

  Name Description
Protected method Clone (Inherited from ControlParameter.)
Public method Equals (Inherited from Object.)
Protected method Evaluate Updates and returns the value of the DataFormParameter. (Overrides ControlParameter.Evaluate(HttpContext, Control).)
Protected method Finalize (Inherited from Object.)
Public method GetDatabaseType (Inherited from Parameter.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method LoadViewState (Inherited from Parameter.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnParameterChanged (Inherited from Parameter.)
Protected method SaveViewState (Inherited from Parameter.)
Protected method SetDirty (Inherited from Parameter.)
Public method ToString (Inherited from Parameter.)
Protected method TrackViewState (Inherited from Parameter.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone (Inherited from Parameter.)
Explicit interface implemetationPrivate property IStateManager.IsTrackingViewState (Inherited from Parameter.)
Explicit interface implemetationPrivate method IStateManager.LoadViewState (Inherited from Parameter.)
Explicit interface implemetationPrivate method IStateManager.SaveViewState (Inherited from Parameter.)
Explicit interface implemetationPrivate method IStateManager.TrackViewState (Inherited from Parameter.)

Top

See also

Reference

DataFormParameter class

Microsoft.SharePoint.WebPartPages namespace