ActiveReports 9
IDbCommand Interface Members
Properties  Methods 

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.    
 MethodDispose (Inherited from System.IDisposable)
 MethodExecuteReaderOverloaded. Overloaded.     
 MethodGenerateRewrittenCommandTextReturns the command text with the parameters expanded into constants.    
Top
See Also

Reference

IDbCommand Interface
GrapeCity.ActiveReports.Extensibility.Data Namespace

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum