Click or drag to resize

PredicatesIsBetween Method

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

Parameters

attributeName
Type: SystemString
from
Type: SystemObject
to
Type: SystemObject

Return Value

Type: BetweenPredicate
See Also