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


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

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 PropertySequenceFormat Specifies the format string for sequences.  
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

See Also