Chili.Opf3 Send comments on this topic.
AccessStorage Class Members
See Also  Properties  Methods  Events
Chili.Opf3.Storages.OleDb Namespace : AccessStorage Class


The following tables list the members exposed by AccessStorage.

Public Constructors

 NameDescription
Public ConstructorAccessStorage ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyActiveTransactionReturns the current active transaction. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public PropertyConnectionString Returns the connection string that specifies to ADO.NET how to connect to the storage. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public PropertyIsTransactionActiveReturns whether a transaction is currently active. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public PropertyStorageCommandBuilders 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)
Top

Public Methods

 NameDescription
Public MethodCommit Commits the current open transaction on the storage. If no transaction is open no exception should be thrown. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public MethodCompactDatabase Repairs and compresses the database using the Ms Access build in functionalities.  
Public MethodCreateCommandCreates a new storage dependent command object. (Inherited from OleDbStorage)
Public MethodCreateConnectionCreates a new storage dependent connection object. (Inherited from OleDbStorage)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodCreateParameterCreates and populates a storage dependent parameter with data. (Inherited from OleDbStorage)
Public MethodDispose Disposes the SqlStorageBase. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public MethodExecuteCommandOverridden.  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.  
Public MethodGeneric ExecuteReader Executes and compiles the IQuery and returns an ObjectReader with the resultsset. (Inherited from OleDbStorage)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodResolveStorageNullValueAttention: 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)

Public MethodRollback Rolls the current open transaction back. If no transaction is open no exception should be thrown. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public MethodStartTransactionOverloaded.  (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Top

Protected Methods

 NameDescription
Protected MethodGeneric CreateObjectReader Creates a new instance of the ObjectReader Class. (Inherited from Chili.Opf3.Storages.StorageBase)
Protected MethodCreateTransaction Creates a new transaction. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnTransactionCommit Invoked after a transaction has been committed. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodOnTransactionRollback Invoked after a transaction has been aborted. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodOnTransactionStart Invoked after a transaction has been started. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodPrepareCommand 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)
Top

Public Events

 NameDescription
Public EventTransactionCommit Event is fired if a transaction has been committed. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public EventTransactionRollback Event is fired if a transaction has been aborted. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public EventTransactionStart Event is fired if a transaction has been started. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Top

See Also