DataConnector
ExpressionType 列挙体

C1.DataConnector アセンブリ > C1.DataConnector 名前空間 : ExpressionType 列挙体
SQL 式のタイプを示す列挙
シンタックス
'宣言
 
Public Enum ExpressionType 
   Inherits System.Enum
public enum ExpressionType : System.Enum 
メンバ
メンバ解説
AssignAssign
BetweenBetween
CaseWhenCaseWhen
CastCast
ColumnColumn
FunctionFunction
KeywordKeyword
ListList
LiteralValueLiteralValue
OperationOperation
ParamParam
SubQuerySubQuery
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.DataConnector.ExpressionType

参照

C1.DataConnector 名前空間