CqQueryTKey, TResultGetCqAttributesMutator Method |
Get the Attributes Mutator for this cq query.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqAttributesMutator<TKey, TResult> GetCqAttributesMutator()
Public Function GetCqAttributesMutator As CqAttributesMutator(Of TKey, TResult)
public:
CqAttributesMutator<TKey, TResult>^ GetCqAttributesMutator()
member GetCqAttributesMutator : unit -> CqAttributesMutator<'TKey, 'TResult>
Return Value
Type:
CqAttributesMutatorTKey,
TResult
See Also