ASP.NET Core MVC コントロールヘルプ
Operator 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : Operator 列挙体
Specifies filter condition operators.
シンタックス
'宣言
 
Public Enum Operator 
   Inherits System.Enum
public enum Operator : System.Enum 
メンバ
メンバ解説
BWBegins with.
CTContains.
EQEquals
EWEnds with.
GEGreater than or equal to.
GTGreater than.
LELess than or equal to.
LTLess than.
NCDoes not contain.
NENot equals.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Grid.Operator

参照

C1.Web.Mvc.Grid 名前空間