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
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
|