dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBFile Class / Null Field

In This Topic
Null Field (OracleBFile)
In This Topic
Represents a null OracleBFile object not associated with any physical file at the server.
Syntax
'Declaration
 
Public Shadows Shared ReadOnly Null As OracleBFile
 
Remarks
The Null field can be useful to check whether an OracleBFile object is associated with any physical file at the server.

Any attempt to perform a read operation on a Null object succeeds, but does not return any data. Any attempt to perform a write operation on a Null object generates an exception.

See Also