[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.IDbCommandParametersAdapter

IDbCommandParametersAdapter Interface

Represents an adapter for adding parameters to a database command.

Namespace: GrapeCity.ActiveReports.Core.Rendering.Data
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IDbCommandParametersAdapter

Methods

Name Description
SetParameters(DbCommand, IReadOnlyList<CommandParameter>)

Adds parameter values in to the command.

Extension Methods