The following tables list the members exposed by CompiledQuery.
| Name | Description | |
|---|---|---|
| CompiledQuery Constructor |
Creates a new instance of the CompiledQuery
Class.
Attention: Don't create a CompiledQuery in your application. This constructor is only required for some storage classes. Use ToCompiledQuery instead. |
| Name | Description | |
|---|---|---|
| AutoNumberItems | Specifies the autonumber collection that contains the properties and FieldAttributes of the persistent object that is represented by this query. | |
| Command | Returns the storage specific command associated with the CompiledQuery. | |
| QueryType | Returns the QueryType of the CompiledQuery. | |
| Timeout | Specifies the wait time before terminating the attempt to execute a command and generating an error. |
| Name | Description | |
|---|---|---|
| ToCompiledQuery | Converts the IQuery to an CompiledQuery that is then executed on a specific storage. |