.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    PredicateBuilder Class

    Namespace: Hazelcast.Query
    Assembly: Hazelcast.Net.dll

    Builds a predicate.

    public class PredicateBuilder
    Inheritance
    Object
    PredicateBuilder
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()

    Methods

    IsBetween(Object, Object)

    Succeeds if the target value is between the specified inclusive bounds.

    IsEqualTo(Object)

    Succeeds if the target value is equal to the specified value.

    IsGreaterThan(Object)

    Succeeds if the target value is greater than the specified value.

    IsGreaterThanOrEqualTo(Object)

    Succeeds if the target value is greater than, or equal to, the specified value.

    IsILike(String)

    Succeeds if the target value matches the specified case-insensitive pattern.

    IsIn(Object[])

    Succeeds if the target value is equal to one of the specified values.

    IsLessThan(Object)

    Succeeds if the target value is less than the specified value.

    IsLessThanOrEqualTo(Object)

    Succeeds if the target value is less than, or equal to, the specified value.

    IsLike(String)

    Succeeds if the target value matches the specified case-sensitive pattern.

    IsNotEqualTo(Object)

    Succeeds if the target value is not equal to the specified value.

    Matches(String)

    Succeeds if the target value matches the specified regular expression.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.