Query Methods |
The Query type exposes the following members.
Name | Description | |
---|---|---|
![]() | Compile |
Compile the given query -- NOT IMPLEMENTED.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute |
Executes the OQL Query on the cache server and returns
the results. The default timeout for the query is 15 secs.
|
![]() | Execute(UInt32) |
Executes the OQL Query on the cache server with the specified
timeout and returns the results.
|
![]() | Execute(IGFSerializable) |
Executes the OQL Parameterized Query on the cache server with the specified
paramList and returns the results. The default timeout for the query is 15 secs.
|
![]() | Execute(IGFSerializable, UInt32) | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |