| PredicatesIsIn Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static InPredicate IsIn(
string attributeName,
params Object[] values
)
Public Shared Function IsIn (
attributeName As String,
ParamArray values As Object()
) As InPredicate
public:
static InPredicate^ IsIn(
String^ attributeName,
... array<Object^>^ values
)
static member IsIn :
attributeName : string *
values : Object[] -> InPredicate
Parameters
- attributeName
- Type: SystemString
- values
- Type: SystemObject
Return Value
Type:
InPredicateSee Also