| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class CompiledQuery Implements IQuery | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class CompiledQuery : IQuery | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class CompiledQuery : public IQuery | |
| C++/CLI | |
|---|---|
public ref class CompiledQuery sealed : public IQuery | |
| C# | |
|---|---|
// ... Other code | |
This query is storage dependent. It is created from any other query type and can only be executed on the storage it has been compiled for. If you create a CompiledQuery for MsSql Server (for example) you can execute the query only on a MsSql Server storage.
A CompiledQuery is generated by invoking the ToCompiledQuery routine of a class that implements the IQuery interface.
System.Object
Chili.Opf3.Query.CompiledQuery
Requirements
Namespace: Chili.Opf3.Query
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)