QueryServiceTKey, TResultGetCq Method |
Get the CqQuery with the given name on this client.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqQuery<TKey, TResult> GetCq(
string name
)
Public Function GetCq (
name As String
) As CqQuery(Of TKey, TResult)
public:
CqQuery<TKey, TResult>^ GetCq(
String^ name
)
member GetCq :
name : string -> CqQuery<'TKey, 'TResult>
Parameters
- name
- Type: SystemString
Return Value
Type:
CqQueryTKey,
TResult
See Also