PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / CommandTypeEnum Enumeration

In This Topic
    CommandTypeEnum Enumeration
    In This Topic
    Specifies the query type of a Query.
    Syntax
    'Declaration
     
    Public Enum CommandTypeEnum 
       Inherits System.Enum
    public enum CommandTypeEnum : 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