Click or drag to resize
Query Methods

The Query type exposes the following members.

Methods
  NameDescription
Public methodCompile
Compile the given query -- NOT IMPLEMENTED.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the OQL Query on the cache server and returns the results. The default timeout for the query is 15 secs.
Public methodExecute(UInt32)
Executes the OQL Query on the cache server with the specified timeout and returns the results.
Public methodExecute(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.
Public methodExecute(IGFSerializable, UInt32)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also