Search Results for

    Show / Hide Table of Contents

    Class ODataFilter

    Interface to define the basic functionalities of a filtering item (either a single item or a group of items)

    Inheritance
    object
    ODataFilter
    FilterItem
    FiltersGroup
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.QueryModel
    Assembly: PnP.Core.dll
    Syntax
    public abstract class ODataFilter

    Properties

    ConcatOperator

    The concatenation operator between the current filter item and the next one in the chain, within the current filtering group. Default: AND.

    Declaration
    public FilteringConcatOperator ConcatOperator { get; set; }
    Property Value
    FilteringConcatOperator

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer