dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBFile Class / DirectoryName Property

On this page
    DirectoryName Property
    On this page
    Gets the name of the directory with which an OracleBFile object is associated.
    Syntax
    'Declaration
     
    Public ReadOnly Property DirectoryName As String
    public string DirectoryName {get;}

    Property Value

    The name of the directory.
    Remarks
    The maximum length of a DirectoryName is 30 bytes.
    See Also