BaseConnection Class

From RemObjects Software

Jump to: navigation, search

NOTE: Work is needed on this page.
If you would like to contribute to this page, change the header line from wr to wip (to show work in progress).

When you have finished, change the header line from wip to wipr to show that the page is ready for review.

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.


Overview (.NET)

Provides the IAbstractConnection base implementation used by the Data Abstract drivers.

You will not usually work with this class directly, but use a ConnectionManager to obtain IAbstractConnection references.

Namespace

Declaration (C#)

public class BaseConnection : IAbstractConnection, IDatabaseObjectFactory, IDisposable;

Hierarchy

  • RemObjects.DataAbstract.Server.BaseConnection


Properties

Property
Type
Description
MetaClass.ActualType
MetaClass.Instance
ActualConnection
Connected
ConnectionString
CurrentTransaction
DatabaseProfile
DataProviderInfo
DataProviderParams
DriverName
InTransaction
Name
Password
TransactionCount
UserID


Methods

Method
Description
MetaClass.@new
MetaClass.MetaClass
BaseConnection
BeginTransaction
CheckConnected
Close
CommitTransaction
CreateCommand
CreateCommandBuilder
CreateConnection
CreateDataAdapter
Dispose
FetchObjectNames
GetCommandParams
GetConnected
GetInTransaction
GetLastAutoInc
GetMetaClass
GetSQLCommandParams
GetStoredProcedureNames
GetStoredProcedureParams
GetTableFields
GetTableNames
GetViewNames
LoadDataProviderAssembly
NewCommand
NewDataReader
NewDataTable
Open
ParseConnectionString
RollbackTransaction
SetConnected
SetConnectionString
SetPassword
SetUserID
TransalateParameterizedSql
UnloadDataProviderAssembly


Events

Event
Description


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools