Unosquare
    Show / Hide Table of Contents

    Enum CompareOperators

    Enumeration filtering operators.

    Namespace: Unosquare.Tubular
    Syntax
    public enum CompareOperators

    Fields

    Name Description
    Auto

    Auto-filtering

    Between

    Between values filter

    Contains

    Contains filter

    EndsWith

    EndsWith filter

    Equals

    Equals operator

    Gt

    Greater than filter

    Gte

    Greater than or equal filter

    Lt

    Less than filter

    Lte

    Less than or equal filter

    Multiple

    Multiple options filter

    None

    None operator

    NotContains

    Not Contains filter

    NotEndsWith

    Not EndsWith filter

    NotEquals

    Not Equals operator

    NotStartsWith

    Not StartsWith filter

    StartsWith

    StartsWith filter

    Comments

    Back to top Copyright © 2017-2019 Unosquare