[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.LocateDataSourceArgs.Parameters

Parameters Property

Parameters

Gets the collection of the parameters of the command for which the data is requested.

Declaration
public IReadOnlyList<DbParameter> Parameters { get; }
Property Value
Type Description
IReadOnlyList<DbParameter>

A read-only list of DbParameter objects representing the parameters of the command.