ActiveReports 12
DeriveParameters Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbCommandExtension Interface : DeriveParameters Method
Returns the parameters found in the command's current CommandText Property.
Syntax
'Declaration
 
Function DeriveParameters() As IDataParameterCollection
IDataParameterCollection DeriveParameters()

Return Value

An IDataParameterCollection Interface containing the parameters from the command text.
See Also

Reference

IDbCommandExtension Interface
IDbCommandExtension Members