The following tables list the members exposed by AccessStorage.
| Name | Description | |
|---|---|---|
| AccessStorage Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| ActiveTransaction | Returns the current active transaction. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| ConnectionString | Returns the connection string that specifies to ADO.NET how to connect to the storage. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| IsTransactionActive | Returns whether a transaction is currently active. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| StorageCommandBuilders | Returns the list of registered classes that implement the IStorageCommandBuilder interfaces. Those classes provide the fuctionality to convert storage independent queries to storage dependent queries. (Inherited from Chili.Opf3.Storages.StorageBase) |
| Name | Description | |
|---|---|---|
| Commit | Commits the current open transaction on the storage. If no transaction is open no exception should be thrown. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| CompactDatabase | Repairs and compresses the database using the Ms Access build in functionalities. | |
| CreateCommand | Creates a new storage dependent command object. (Inherited from OleDbStorage) | |
| CreateConnection | Creates a new storage dependent connection object. (Inherited from OleDbStorage) | |
| CreateObjRef | (Inherited from System.MarshalByRefObject) | |
| CreateParameter | Creates and populates a storage dependent parameter with data. (Inherited from OleDbStorage) | |
| Dispose | Disposes the SqlStorageBase. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| ExecuteCommand | Overridden. Executes a command on the storage that does not expect any results. It the method returns an argument it is used by the framework to set the AutoNumber property of the persistent object. | |
| Generic ExecuteReader | Executes and compiles the IQuery and returns an ObjectReader with the resultsset. (Inherited from OleDbStorage) | |
| GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
| InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
| ResolveStorageNullValue | Attention: This method is not intended to be used in your code. Handles the DBNull value for the given type. (Inherited from Chili.Opf3.Storages.StorageBase) | |
| Rollback | Rolls the current open transaction back. If no transaction is open no exception should be thrown. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| StartTransaction | Overloaded. (Inherited from Chili.Opf3.Storages.SqlStorageBase) |
| Name | Description | |
|---|---|---|
| Generic CreateObjectReader | Creates a new instance of the ObjectReader Class. (Inherited from Chili.Opf3.Storages.StorageBase) | |
| CreateTransaction | Creates a new transaction. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
| OnTransactionCommit | Invoked after a transaction has been committed. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| OnTransactionRollback | Invoked after a transaction has been aborted. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| OnTransactionStart | Invoked after a transaction has been started. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| PrepareCommand | Routine that prepares the command. Associates the command with a connection and populates it with data from the IQuery. (Inherited from Chili.Opf3.Storages.SqlStorageBase) |
| Name | Description | |
|---|---|---|
| TransactionCommit | Event is fired if a transaction has been committed. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| TransactionRollback | Event is fired if a transaction has been aborted. (Inherited from Chili.Opf3.Storages.SqlStorageBase) | |
| TransactionStart | Event is fired if a transaction has been started. (Inherited from Chili.Opf3.Storages.SqlStorageBase) |