Table of Contents

Class ODataFilter

Namespace
PnP.Core.QueryModel
Assembly
PnP.Core.dll

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

public abstract class ODataFilter
Inheritance
ODataFilter
Derived
Inherited Members

Properties

ConcatOperator

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

public FilteringConcatOperator ConcatOperator { get; set; }

Property Value

FilteringConcatOperator