[]
        
(Showing Draft Content)

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

Value Property

Value

Gets or sets the value of the parameter in the SQL query.

Declaration
public object Value { get; set; }
Property Value
Type Description
object

An object representing the value of the parameter.

Implements