C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / CommandTypeEnum Enumeration

CommandTypeEnum Enumeration
Specifies the query type of a Query.
Syntax
'Declaration
 
Public Enum CommandTypeEnum 
   Inherits System.Enum
 
Members
MemberDescription
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.
Inheritance Hierarchy

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

See Also