OracleBFile Properties
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Name | Description | |
|---|---|---|
![]() | CanRead | Gets a value indicating whether the BFILE stream can be read.(Overrides Stream.CanRead.) |
![]() | CanSeek | Gets a value indicating whether forward-seek and backward-seek operations can be performed.(Overrides Stream.CanSeek.) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out.(Inherited from Stream.) |
![]() | CanWrite | Gets a value indicating whether the object supports writing.(Overrides Stream.CanWrite.) |
![]() | Connection | Gets the OracleConnection used by this instance of the OracleBFile. |
![]() | DirectoryName | Gets the name of the DIRECTORY object, with which an OracleBFile object is associated. |
![]() | FileExists | Gets a value indicating whether a physical file containing BFILE data exists in the operating system. |
![]() | FileName | Gets the name of the BFILE without the path. |
![]() | IsNull | Gets a value that indicates whether the OracleBFile is a Null stream. |
![]() | Length | Gets a value that returns the length in bytes of the physical file with which the OracleBFile object is associated.(Overrides Stream.Length.) |
![]() | Position | Gets the current read position in the OracleBFile stream.(Overrides Stream.Position.) |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
![]() | Value | Gets an Array of type Byte that contains the OracleBFile data. |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |
