| PredicatesIsBetween Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static BetweenPredicate IsBetween(
string attributeName,
Object from,
Object to
)
Public Shared Function IsBetween (
attributeName As String,
from As Object,
to As Object
) As BetweenPredicate
public:
static BetweenPredicate^ IsBetween(
String^ attributeName,
Object^ from,
Object^ to
)
static member IsBetween :
attributeName : string *
from : Object *
to : Object -> BetweenPredicate
Parameters
- attributeName
- Type: SystemString
- from
- Type: SystemObject
- to
- Type: SystemObject
Return Value
Type:
BetweenPredicateSee Also