Click or drag to resize

BetweenPredicate Constructor (String, Object, Object)

Initializes a new instance of the BetweenPredicate class

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public BetweenPredicate(
	string attributeName,
	Object from,
	Object to
)

Parameters

attributeName
Type: SystemString
from
Type: SystemObject
to
Type: SystemObject
See Also