Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OracleBFile::DirectoryName Property

 

Gets the name of the DIRECTORY object, with which an OracleBFile object is associated.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
property String^ DirectoryName {
	String^ get();
}

Property Value

Type: System::String^

The name of the DIRECTORY object.

Exception Condition
ObjectDisposedException

Attempted to call DirectoryName on a closed or disposed OracleBFile object.

Each non-NULL OracleBFile object is associated with two entities that define the location of underlying physical file:

  • An Oracle DIRECTORY object, which is a database alias for a directory in the file system, and

  • The file name of the underlying physical file, which is located in the directory associated with the DIRECTORY object.

The DirectoryName property returns the name of the DIRECTORY object from the Oracle database.

For more information about creating and using an Oracle BFILE, see the appropriate topic in your Oracle documentation.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft