LocalRegionTKey, TValueExistsValue Method (String) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool ExistsValue(
string predicate
)
Public Overridable Function ExistsValue (
predicate As String
) As Boolean
public:
virtual bool ExistsValue(
String^ predicate
)
abstract ExistsValue :
predicate : string -> bool
override ExistsValue :
predicate : string -> bool
Parameters
- predicate
- Type: SystemString
Return Value
Type:
BooleanImplements
IRegionTKey, TValueExistsValue(String)
See Also