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


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

Public Properties

 NameDescription
Public PropertyActiveTransactionReturns the current active transaction.  
Public PropertyConnectionString Returns the connection string that specifies to ADO.NET how to connect to the storage.  
Public PropertyIsTransactionActiveReturns whether a transaction is currently active.  
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 StorageBase)
Top

See Also