| Visual Basic (Declaration) | |
|---|---|
Public Class OleDbStorage Inherits SqlStorageBase Implements IStorage, ITransactionStorage | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public class OleDbStorage : SqlStorageBase, IStorage, ITransactionStorage | |
| Managed Extensions for C++ | |
|---|---|
public __gc class OleDbStorage : public SqlStorageBase, IStorage, ITransactionStorage | |
| C++/CLI | |
|---|---|
public ref class OleDbStorage : public SqlStorageBase, IStorage, ITransactionStorage | |
| C# | |
|---|---|
// ... Other code | |
This class encapsulates a physical OleDb database. It is used to access to an Oracle database that is installed somewhere on your or on a remote machine. The storage implements the basic interfaces, such as IStorage for the basic storage IO functinality and ITransactionStorage for the transaction management.
Attention: You should not access the methods of the storage directly but instead register the storage with your instances of the ObjectContext. The ObjectContext accesses the methods internally to get the objects from the storage.
System.Object
System.MarshalByRefObject
Chili.Opf3.Storages.StorageBase
Chili.Opf3.Storages.SqlStorageBase
Chili.Opf3.Storages.OleDb.OleDbStorage
Chili.Opf3.Storages.OleDb.AccessStorage
Requirements
Namespace: Chili.Opf3.Storages.OleDb
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)