[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataProviders.DataParameter.ParameterName

ParameterName Property

ParameterName

Gets or sets the name of the parameter as used in the SQL query.

Declaration
public string ParameterName { get; set; }
Property Value
Type Description
string

A string representing the name of the parameter.

Implements