[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.IDataParameter

IDataParameter Interface

Represents a parameter used with a IDbCommand.

Namespace: GrapeCity.ActiveReports.Extensibility.Data
Assembly: MESCIUS.ActiveReports.dll
Syntax
public interface IDataParameter

Properties

Name Description
ParameterName

Gets or sets the name of the parameter.

Value

Gets or sets the value of the parameter.

Extension Methods