QueryQueryString Property |
Get the string for this query.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string QueryString { get; }
Public ReadOnly Property QueryString As String
Get
public:
property String^ QueryString {
String^ get ();
}
member QueryString : string with get
Property Value
Type:
String
See Also