DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / CommandText Property

In This Topic
    CommandText Property (C1QuickBooksOnlineCommand)
    In This Topic
    Gets or sets the text command to run against the data source.
    Syntax
    'Declaration
     
    Public Property CommandText As String
    public string CommandText {get; set;}
    See Also