[]
Represents a parameter that is passed to the data source as part of a query defined by a Query object.
[C1ClassSerialization(true)]
public class QueryParameter : NamedCollectionItem, ICloneable
| Name | Description |
|---|---|
| QueryParameter(string) | Initializes a new instance of the QueryParameter class, assigning the parameter's name. |
| QueryParameter(string, object) | Initializes a new instance of the QueryParameter class, assigning the parameter's name and value. |
| Name | Description |
|---|---|
| Owner | Gets the collection containing the current object. |
| Value | Gets or sets the value of the current parameter. |
| Name | Description |
|---|---|
| AssignFrom(NamedCollectionItem) | Assigns (copies) properties from another QueryParameter to the current object. |
| SetName(string) | Sets the name of the current QueryParameter. |