[]
Represents the query to execute to obtain a list of values or default values for a parameter.
public sealed class DataSetReference : IValidateable
| Name | Description |
|---|---|
| DataSetReference() | Initializes a new instance of the DataSetReference class. |
| Name | Description |
|---|---|
| DataSetName | Gets or sets a name of the dataset to use for the parameter. |
| LabelField | Gets or sets a name of the field to use for the value displayed to the user for selection. |
| ValueField | Gets or sets a name of the field to use for the values and defaults of the parameter. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the DataSetReference object. |