Chili.Opf3 Send comments on this topic.
SqlStorageBase Class Methods
See Also 
Chili.Opf3.Storages Namespace : SqlStorageBase Class


For a list of all members of this type, see SqlStorageBase members.

Public Methods

 NameDescription
Public MethodCommit Commits the current open transaction on the storage. If no transaction is open no exception should be thrown.  
Public MethodCreateCommandCreates a new storage dependent command object.  
Public MethodCreateConnectionCreates a new storage dependent connection object.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodCreateParameterCreates and populates a storage dependent parameter with data.  
Public MethodDispose Disposes the SqlStorageBase.  
Public MethodExecuteCommandOverridden. Executes a command on the storage that does not expect any results.  
Public MethodGeneric ExecuteReaderOverridden.  Executes the IQuery and returns an ObjectReader with the results of the query.  
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 StorageBase)

Public MethodRollback Rolls the current open transaction back. If no transaction is open no exception should be thrown.  
Public MethodStartTransactionOverloaded.   
Top

Protected Methods

 NameDescription
Protected MethodGeneric CreateObjectReader Creates a new instance of the ObjectReader Class. (Inherited from StorageBase)
Protected MethodCreateTransaction Creates a new transaction.  
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnTransactionCommit Invoked after a transaction has been committed.  
Protected MethodOnTransactionRollback Invoked after a transaction has been aborted.  
Protected MethodOnTransactionStart Invoked after a transaction has been started.  
Protected MethodPrepareCommand Routine that prepares the command. Associates the command with a connection and populates it with data from the IQuery.  
Top

See Also