Get the CqQuery with the given name on this client.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqQuery GetCq(
string name
)
Public Function GetCq (
name As String
) As CqQuery
public:
CqQuery^ GetCq(
String^ name
)
member GetCq :
name : string -> CqQuery
Parameters
- name
- Type: SystemString
Return Value
Type:
CqQuery
See Also