ActiveReports 9
IDbConnectionExtension Interface Members
Properties  Methods 

The following tables list the members exposed by IDbConnectionExtension.

Public Properties
 NameDescription
 PropertyConnectionStringSets or returns data source-dependent connection information.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection)
 PropertyConnectionTimeoutSets or returns the amount of time in seconds to wait before terminating the attempt to open the connection and generating an error.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection)
 PropertyDataProviderServiceSets or returns T:IDataProviderService implementation that provides the services which can be used by data provider.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection)
 PropertyImpersonateThe name of the user is impersonated while executing commands.    
 PropertyIntegratedSecurityDetermines whether the connection uses integrated security or the values supplied in the UserName and Password properties.    
 PropertyLocalizedName The localized name for this extension.
(Inherited from GrapeCity.ActiveReports.Extensibility.IExtension)
 PropertyPasswordSpecifies the password used when connecting to the data source. If a password was specified in the ConnectionString, this value overrides it.  
 PropertyUserNameSpecifies the username used when connecting to the data source. If a user name was specified in the ConnectionString, this value overrides it.  
Top
Public Methods
 NameDescription
 MethodBeginTransactionBegins a transaction at the data source.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection)
 MethodCloseCloses the connection. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection)
 MethodCreateCommandReturns an initialized command object associated with this connection. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection)
 MethodDispose (Inherited from System.IDisposable)
 MethodOpenOpens the connection.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDbConnection)
 MethodSetConfigurationSpecifies any configuration information for this extension.
(Inherited from GrapeCity.ActiveReports.Extensibility.IExtension)
Top
See Also

Reference

IDbConnectionExtension Interface
GrapeCity.ActiveReports.Extensibility.Data Namespace

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum