dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class / IsPluggableDatabase Property

In This Topic
    IsPluggableDatabase Property
    In This Topic
    Indicates whether the current Oracle Database instance is an Oracle pluggable database (PDB).
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPluggableDatabase As Boolean
    public bool IsPluggableDatabase {get;}

    Property Value

    true if the current Oracle Database instance is an Oracle pluggable database (PDB); otherwise, false.
    See Also