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


The following tables list the members exposed by MsSqlStorage.

Public Constructors

 NameDescription
Public ConstructorMsSqlStorage 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 MethodCreateCommandOverridden. Creates a new storage dependent command object.  
Public MethodCreateConnectionOverridden. Creates a new storage dependent connection object.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodCreateParameterOverridden. Creates and populates a storage dependent parameter with data.  
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 ExecuteReaderOverridden.  Executes and compiles the IQuery and returns an ObjectReader with the resultsset.  
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. Overridden.   
Top

Protected Methods

 NameDescription
Protected MethodGeneric CreateObjectReader Creates a new instance of the ObjectReader Class. (Inherited from Chili.Opf3.Storages.StorageBase)
Protected MethodCreateTransactionOverridden.  Starts a new transaction.  
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