ActiveReports Developer 7
IDbCommand Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDbCommand Interface

Glossary Item Box

The following tables list the members exposed by IDbCommand.

Public Properties

 NameDescription
 PropertyCommandTextSets or returns the text statement to execute against the data source.    
 PropertyCommandTimeoutSets or returns the length of time in seconds to wait before terminating the attempt to execute the command and generating an error.  
 PropertyCommandTypeSpecifies how to interpret the statement in CommandText.    
 PropertyParametersReturns the collection of parameters.    
 PropertyTransactionSets or returns the transaction in which this command executes.    
Top

Public Methods

 NameDescription
 MethodCancelAttempts to cancel the current execution of this command.    
 MethodCreateParameterCreates a new parameter object for use with this command.    
 MethodExecuteReaderOverloaded. Overloaded.     
 MethodGenerateRewrittenCommandTextReturns the command text with the parameters expanded into constants.    
Top

See Also