DataWeb
Search Results for

    Show / Hide Table of Contents

    Class Query.Filter

    Represents a WHERE filter condition with a logical mode.

    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.SqlServer
    Assembly: DataWeb.Data.SqlServer.dll
    Syntax
    public class Query.Filter

    Constructors

    Filter(FilterMode, string)

    Represents a WHERE filter condition with a logical mode.

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

    Properties

    FilterMode

    The logical mode (AND or OR) for combining this filter with others.

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

    FilterQuery

    The filter expression to apply in the WHERE clause.

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