For a list of all members of this type, see SqlStorageBase members.
| Name | Description | |
|---|---|---|
| Commit | Commits the current open transaction on the storage. If no transaction is open no exception should be thrown. | |
| CreateCommand | Creates a new storage dependent command object. | |
| CreateConnection | Creates a new storage dependent connection object. | |
| CreateObjRef | (Inherited from System.MarshalByRefObject) | |
| CreateParameter | Creates and populates a storage dependent parameter with data. | |
| Dispose | Disposes the SqlStorageBase. | |
| ExecuteCommand | Overridden. Executes a command on the storage that does not expect any results. | |
| Generic ExecuteReader | Overridden. Executes the IQuery and returns an ObjectReader with the results of the query. | |
| 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 StorageBase) | |
| Rollback | Rolls the current open transaction back. If no transaction is open no exception should be thrown. | |
| StartTransaction | Overloaded. |
| Name | Description | |
|---|---|---|
| Generic CreateObjectReader | Creates a new instance of the ObjectReader Class. (Inherited from StorageBase) | |
| CreateTransaction | Creates a new transaction. | |
| MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
| OnTransactionCommit | Invoked after a transaction has been committed. | |
| OnTransactionRollback | Invoked after a transaction has been aborted. | |
| OnTransactionStart | Invoked after a transaction has been started. | |
| PrepareCommand | Routine that prepares the command. Associates the command with a connection and populates it with data from the IQuery. |