dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class / Shutdown Method / Shutdown(OracleShutdownMode) Method
One of the OracleShutdownMode values.

In This Topic
Shutdown(OracleShutdownMode) Method
In This Topic
Shuts down a database instance using the specified mode.
Syntax
'Declaration
 
Public Overloads Sub Shutdown( _
   ByVal shutdownMode As OracleShutdownMode _
) 
 

Parameters

shutdownMode
One of the OracleShutdownMode values.
See Also