The following tables list the members exposed by MsSqlStorage.
| Name | Description | |
|---|---|---|
| MsSqlStorage 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) | |
| CreateCommand | Overridden. Creates a new storage dependent command object. | |
| CreateConnection | Overridden. Creates a new storage dependent connection object. | |
| CreateObjRef | (Inherited from System.MarshalByRefObject) | |
| CreateParameter | Overridden. Creates and populates a storage dependent parameter with data. | |
| 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 | Overridden. Executes and compiles the IQuery and returns an ObjectReader with the resultsset. | |
| 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. Overridden. |
| Name | Description | |
|---|---|---|
| Generic CreateObjectReader | Creates a new instance of the ObjectReader Class. (Inherited from Chili.Opf3.Storages.StorageBase) | |
| CreateTransaction | Overridden. Starts a new transaction. | |
| 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) |