The following tables list the members exposed by SqlQuery.
| Name | Description | |
|---|---|---|
| SqlQuery Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| CommandType | Gets or sets the command type of the SqlQuery. | |
| QueryType | Returns the QueryType of the SqlQuery. | |
| 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. |