Class SqlOleDbConnectionManager
Sql Server Connection manager for an OleDb connection to Sql Server.
Inheritance
System.Object
DbConnectionManager<System.Data.OleDb.OleDbConnection, System.Data.OleDb.OleDbTransaction, System.Data.OleDb.OleDbParameter>
SqlOleDbConnectionManager
Implements
System.IDisposable
Inherited Members
OleDbConnectionManager.BulkSelect(ITableData, ICollection<String>, Action, Action, Action<Object>[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.Connection
Assembly: ETLBox.OleDb.dll
Syntax
public class SqlOleDbConnectionManager : OleDbConnectionManager, IConnectionManager<OleDbConnection, OleDbTransaction>, IConnectionManager, IDisposable
Constructors
SqlOleDbConnectionManager()
Declaration
public SqlOleDbConnectionManager()
SqlOleDbConnectionManager(OleDbConnectionString)
Declaration
public SqlOleDbConnectionManager(OleDbConnectionString connectionString)
Parameters
Type | Name | Description |
---|---|---|
OleDbConnectionString | connectionString |
SqlOleDbConnectionManager(String)
Declaration
public SqlOleDbConnectionManager(string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionString |
Properties
ConnectionManagerType
The database type for the connection manager.
Declaration
public override ConnectionManagerType ConnectionManagerType { get; protected set; }
Property Value
Type | Description |
---|---|
ConnectionManagerType |
Overrides
QB
The quotation begin character that is used in the database. E.g. SqlServer uses: '[' and Postgres: '"'
Declaration
public override string QB { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
QE
The quotation end character that is used in the database. E.g. SqlServer uses: ']' and Postgres: '"'
Declaration
public override string QE { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Clone()
Cretes a clone of the current connection manager
Declaration
public override IConnectionManager Clone()
Returns
Type | Description |
---|---|
IConnectionManager | A instance copy of the current connection manager |
Overrides
Implements
System.IDisposable