.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IsLike Method

    IsLike(String)

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

    Declaration
    public virtual IPredicate IsLike(string pattern)
    Parameters
    String pattern

    The pattern.

    Returns
    IPredicate

    A new predicate.

    Remarks

    The pattern is case-sensitive.

    In the pattern, the % character (percentage sign) is a placeholder for multiple characters, and the _ character (underscore) is a placeholder for a single character.

    These two special characters can be escaped with a backslash.

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