[]
Gets or sets a query information for the dataset.
Query Query { get; set; }
| Type | Description |
|---|---|
| Query | A Query object including connection details, query text, and other relevant information for retrieving data. |
This property must be set to fetch data from the data source.