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
    System.Object
    ODataFilter
    FilterItem
    FiltersGroup
    Namespace: PnP.Core.QueryModel
    Assembly: PnP.Core.dll
    Syntax
    public abstract class ODataFilter : object

    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