Converts the
IQuery to an
CompiledQuery that is then executed on a
specific
storage.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SqlQuery
Dim storage As IStorage
Dim value As CompiledQuery
value = instance.ToCompiledQuery(storage)
|
Parameters
- storage
-
Class that implements the IStorage
interface. The query is executed on that storage.
Return Value
A new
CompiledQuery that has been generated using this instance.
Exceptions
| Exception | Description |
| ArgumentNullException | Storage is null. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also