Click or drag to resize

PredicatesIsIn Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public static InPredicate IsIn(
	string attributeName,
	params Object[] values
)

Parameters

attributeName
Type: SystemString
values
Type: SystemObject

Return Value

Type: InPredicate
See Also