PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / Query Class / CommandType Property

In This Topic
    CommandType Property (Query)
    In This Topic
    Gets or sets the type of query assigned to the CommandText property on the current query.
    Syntax
    'Declaration
     
    Public Property CommandType As CommandTypeEnum
    public CommandTypeEnum CommandType {get; set;}
    See Also