Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / CommandType Enumeration

In This Topic
    CommandType Enumeration
    In This Topic
    Defines types of Query.
    Syntax
    'Declaration
     
    Public Enum CommandType 
       Inherits System.Enum
    public enum CommandType : 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.C1Rdl.Rdl2008.CommandType

    See Also