dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class
Properties Methods

OracleDatabase Class Members

The following tables list the members exposed by OracleDatabase.

Public Constructors
 NameDescription
Public ConstructorCreates an instance of OracleDatabase using the supplied connection string.  
Top
Public Properties
 NameDescription
Public PropertyIndicates whether the current Oracle Database instance is an Oracle pluggable database (PDB).  
Public PropertyGets a string containing the version of the instance of Oracle Database, the OracleDatabase object is connected to.  
Public PropertyGets the version of the instance of Oracle Database, the OracleDatabase object is connected to, as a System.Version object.  
Top
Public Methods
 NameDescription
Public MethodReleases all resources allocated by this object.  
Public MethodExecutes SQL statement against this Oracle Database instance.  
Public MethodOverloaded. Shuts down a database instance.  
Public MethodOverloaded. Starts a database instance. You need database administrator privileges to start a database instance.  
Top
See Also