ActiveReports Developer 7
CreateCommand Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDbConnection Interface : CreateCommand Method

Glossary Item Box

Returns an initialized command object associated with this connection.

Syntax

Visual Basic (Declaration) 
Function CreateCommand() As IDbCommand
C# 
IDbCommand CreateCommand()

See Also