Returns the
IStorageCommandBuilder that is able to convert
the given query.
Syntax
Parameters
- query
- The query that should be transformed to a storage dependent query.
Return Value
A
CompiledQuery instance that represents the storage dependent query.
Exceptions
| Exception | Description |
| NotSupportedException | If no class that implements the IStorageCommandBuilder
interface and is registered with the storage can handle the given query. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also