Enum PredicateOperator
The Predicate Operator
Namespace: System.Linq
Assembly: Volo.Abp.Core.dll
Syntax
public enum PredicateOperator : int
Fields
| Name | Description |
|---|---|
| And | The "And" |
| Or | The "Or" |
The Predicate Operator
public enum PredicateOperator : int
| Name | Description |
|---|---|
| And | The "And" |
| Or | The "Or" |