Click or drag to resize

PredicateExt.Between Method

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public static BetweenPredicate Between(
	this PredicateProperty predicateProperty,
	Object from,
	Object to
)

Parameters

predicateProperty
Type: Hazelcast.Core.PredicateProperty
from
Type: System.Object
to
Type: System.Object

Return Value

Type: BetweenPredicate

Usage 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