ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data Namespace / IDataParameterCollection Interface / Add Method

In This Topic
    Add Method (IDataParameterCollection)
    In This Topic
    Adds the specified IDataParameter object to the collection.
    Syntax
    'Declaration
     
    Function Add( _
       ByVal parameter As IDataParameter _
    ) As Integer

    Parameters

    parameter
    See Also