Syntax
| C# |
|---|
public sealed class Query |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Query |
| Visual C++ |
|---|
public ref class Query sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| IsCompiled |
Check if the query is compiled -- NOT IMPLEMENTED.
| |
| QueryString |
Get the string for this query.
|
See Also
GemStone.GemFire.Cache Namespace