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