ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / CommandParameter Class / CommandParameter Constructor

In This Topic
    CommandParameter Constructor
    In This Topic
    Creates new CommandParameter instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal value As Object _
    )
    public CommandParameter( 
       string name,
       object value
    )

    Parameters

    name
    value
    See Also