ActiveReports 12
IDbCommand Interface Members
Properties  Methods 

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDbCommand Interface

The following tables list the members exposed by IDbCommand.

Public Properties
 NameDescription
 PropertySets or returns the text statement to execute against the data source.    
 PropertySets or returns the length of time in seconds to wait before terminating the attempt to execute the command and generating an error.  
 PropertySpecifies how to interpret the statement in CommandText.    
 PropertyReturns the collection of parameters.    
 PropertySets or returns the transaction in which this command executes.    
Top
Public Methods
 NameDescription
 MethodAttempts to cancel the current execution of this command.    
 MethodCreates a new parameter object for use with this command.    
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodOverloaded. Overloaded.     
 MethodReturns the command text with the parameters expanded into constants.    
Top
See Also

Reference

IDbCommand Interface
GrapeCity.ActiveReports.Extensibility.Data Namespace