OracleBFile.FileExists Property
.NET Framework (current version)
Gets a value indicating whether a physical file containing BFILE data exists in the operating system.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Property Value
Type: System.Booleantrue if a physical file containing BFILE data exists; otherwise false.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The OracleBFile object is closed or disposed. |
| InvalidOperationException | The connection with which a BFILE is associated is closed. |
.NET Framework
Available since 1.1
Available since 1.1
Show: