DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / CommandText Property

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