Query |
The QueryDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryDefinition(DataStructure) | Initializes a new instance of the QueryDefinition class. | |
| QueryDefinition(String) | Initializes a new instance of the QueryDefinition class. |
| Name | Description | |
|---|---|---|
| CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. | |
| ElementDiscoveryExecutionBehaviour | Gets a value indicating the behaviour of element discovery. | |
| IncrementParameters | Gets the parameters needed for incremental warehouse building. | |
| InputColumns | Gets the list of RelationalInputColumn that were used to generate the query. | |
| IsOptimized | Gets a value indicating whether or not the query is optimized. | |
| MaxRecords | Gets the maximum number of records to return. | |
| OutputColumnMappings | Gets the list of (String Alias, RelationalOutputColumn Column) tuples that were used to generate the query. | |
| Parameters | Gets the parameter values. | |
| PushDownElements | Gets the list of QueryElement containing filters that need to be pushed down by the DataProvider. | |
| QueryHints | Gets the query hint values for the current instance. | |
| QueryStatement | Gets the query statement. | |
| SourceEntityId | Gets the source entity identifier. | |
| SourceEntityName | Gets the name of the source entity. | |
| StructureDefinition | Gets the data structure definition. |
| Name | Description | |
|---|---|---|
| SetQueryStatement | Sets the query statement. |