ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / XMLDataSource Class / CreateCommand Method

In This Topic
    CreateCommand Method (XMLDataSource)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateCommand( _
       ByVal commandText As String _
    ) As IDbCommand
    public IDbCommand CreateCommand( 
       string commandText
    )

    Parameters

    commandText
    See Also