| InPredicate Constructor (String, Object) |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax public InPredicate(
string attributeName,
params Object[] values
)
Public Sub New (
attributeName As String,
ParamArray values As Object()
)
public:
InPredicate(
String^ attributeName,
... array<Object^>^ values
)
new :
attributeName : string *
values : Object[] -> InPredicate
Parameters
- attributeName
- Type: SystemString
- values
- Type: SystemObject
See Also