ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace / DataSet Class / CommandText Property

In This Topic
    CommandText Property (DataSet)
    In This Topic
    Returns the command text of this DataSet.
    Syntax
    'Declaration
     
    Public Property CommandText As String
    public string CommandText {get; set;}
    See Also