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


The following tables list the members exposed by SqlRawStorageAccess.

Public Constructors

 NameDescription
Public ConstructorSqlRawStorageAccess Constructor Creates a new instance of the SqlRawStorageAccess Class.  
Top

Public Methods

 NameDescription
Public MethodCreateCommandOverloaded.   
Public MethodCreateParameter Creates a parameter for the storage.  
Public MethodGetConnection Gets the connection of the storage. If a transaction is active the connection of the transaction is returned. If no transaction is active, a new connection is created and returned.  
Public MethodGetCurrentTransaction Gets the current transaction. If no transaction is active null is returned.  
Top

See Also