Show / Hide Table of Contents

Enum Operator

谓词比较操作类型

Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public enum Operator : int

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

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX