The QueryParameter type exposes the following members.

Constructors

  Name Description
Public method QueryParameter(String)
Initializes a new instance of the QueryParameter class, assigning the parameter's name.
Public method QueryParameter(String, Object)
Initializes a new instance of the QueryParameter class, assigning the parameter's name and value.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another QueryParameter to the current object.
(Overrides NamedCollectionItem..::..AssignFrom(NamedCollectionItem).)
Protected method SetName
Sets the name of the current QueryParameter.
(Overrides NamedCollectionItem..::..SetName(String).)
Protected method SetNameInt
For internal use.
(Inherited from NamedCollectionItem.)

Properties

  Name Description
Public property Name
Gets or sets the unique name of the current object. If an item with the specified name already exists in the collection, an exception is thrown.
(Inherited from NamedCollectionItem.)
Public property Owner
Gets the collection containing the current object.
Public property Value
Gets or sets the value of the current parameter.

See Also