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

In This Topic
    DirectoryName Property
    In This Topic
    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