Enum FilterFieldQueryOperator
Namespace: PnP.Framework.Modernization.Transform
Assembly: PnP.Framework.dll
Syntax
public enum FilterFieldQueryOperator : int
BeginsWith
Begins with
Contains
Contains
ContainsAll
Contains all of
ContainsAny
Contains any of
Eq
Equal to
Geq
Greater than or equal to
Gt
Greater than
Leq
Less than or equal to
Lt
Less than
Neq
Not equal to