Enum Operator
Comparison operator for predicates.
Namespace: DapperExtensions
Assembly: DapperExtensions.StrongName.dll
Syntax
public enum Operator
Fields
Name | Description |
---|---|
Eq | Equal to |
Ge | Greater than or equal to |
Gt | Greater than |
Le | Less than or equal to |
Like | Like (You can use % in the value to do wilcard searching) |
Lt | Less than |