ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataProviders Namespace / DataParameter Class / DataParameter Constructor / DataParameter Constructor(String,Object)
The name of the parameter
The value of the parameter

In This Topic
    DataParameter Constructor(String,Object)
    In This Topic
    Initializes a new instance of the DataParameter class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parameterName As String, _
       ByVal value As Object _
    )
    public DataParameter( 
       string parameterName,
       object value
    )

    Parameters

    parameterName
    The name of the parameter
    value
    The value of the parameter
    See Also