PrintDocument for WinForms
CommandTypeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 : CommandTypeEnum 列挙体
Specifies the query type of a Query.
シンタックス
'宣言
 
Public Enum CommandTypeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As CommandTypeEnum
public enum CommandTypeEnum : System.Enum 
メンバ
メンバ解説
StoredProcedureThe Query.CommandText of a Query contains the name of a stored procedure that should be executed to retrieve the data.
TableDirectThe Query.CommandText of a Query contains the name of a data table.
TextThe Query.CommandText of a Query contains the SQL query text.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.DataBinding.CommandTypeEnum

参照

C1.C1Preview.DataBinding 名前空間