| PredicateExtBetween Method |
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public static BetweenPredicate Between(
this PredicateProperty predicateProperty,
Object from,
Object to
)
<ExtensionAttribute>
Public Shared Function Between (
predicateProperty As PredicateProperty,
from As Object,
to As Object
) As BetweenPredicate
public:
[ExtensionAttribute]
static BetweenPredicate^ Between(
PredicateProperty^ predicateProperty,
Object^ from,
Object^ to
)
[<ExtensionAttribute>]
static member Between :
predicateProperty : PredicateProperty *
from : Object *
to : Object -> BetweenPredicate
Parameters
- predicateProperty
- Type: Hazelcast.CorePredicateProperty
- from
- Type: SystemObject
- to
- Type: SystemObject
Return Value
Type:
BetweenPredicateUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
PredicateProperty. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also