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

Glossary Item Box

The following tables list the members exposed by IDbConnection.

Public Properties

 NameDescription
 PropertyConnectionStringSets or returns data source-dependent connection information.    
 PropertyConnectionTimeoutSets or returns the amount of time in seconds to wait before terminating the attempt to open the connection and generating an error.    
 PropertyDataProviderServiceSets or returns T:IDataProviderService implementation that provides the services which can be used by data provider.    
Top

Public Methods

 NameDescription
 MethodBeginTransactionBegins a transaction at the data source.    
 MethodCloseCloses the connection.  
 MethodCreateCommandReturns an initialized command object associated with this connection.  
 MethodOpenOpens the connection.    
Top

See Also