[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.OleDBDataSource

OleDBDataSource Class

Ole DB data source - allows to connect through Ole DB driver.

Inheritance
OleDBDataSource
Namespace: GrapeCity.ActiveReports.Data
Assembly: MESCIUS.ActiveReports.dll
Syntax
[TypeConverter(typeof())]
public sealed class OleDBDataSource : DbDataSource, IDbConnectionProperties

Constructors

Name Description
OleDBDataSource()

Default ctor. By default, connection string and command text are empty strings, and command timeout is DefaultTimeout

OleDBDataSource(string, string, int)

Initializes a new instance of the OleDBDataSource class.

Properties

Name Description
ProviderName

Returns provider's invariant name

Methods

Name Description
OnConnectionStringChanging(string)

Allows to edit the connection string when its current value is about to change.

SetCredentials(string, string)

Sets credentials.

Extension Methods