DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Query.Filter

    Represents a WHERE filter condition.

    Inheritance
    object
    Query.Filter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data.AzureCosmosDB
    Assembly: DataWeb.Data.AzureCosmosDB.dll
    Syntax
    public class Query.Filter

    Constructors

    Filter(FilterMode, string)

    Represents a WHERE filter condition.

    Declaration
    public Filter(FilterMode mode, string filter)
    Parameters
    Type Name Description
    FilterMode mode
    string filter

    Properties

    FilterMode

    Logical operator (AND / OR) used to combine with preceding filters.

    Declaration
    public FilterMode FilterMode { get; set; }
    Property Value
    Type Description
    FilterMode

    FilterQuery

    The filter expression appended to the WHERE clause.

    Declaration
    public string FilterQuery { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX