ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataProviders Namespace / DataParameter Class / ParameterName Property

In This Topic
    ParameterName Property (DataParameter)
    In This Topic
    Gets or sets the name of the parameter.
    Syntax
    'Declaration
     
    Public Property ParameterName As String
    public string ParameterName {get; set;}
    See Also