OracleLob Properties
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
| Name | Description | |
|---|---|---|
![]() | CanRead | Gets a value indicating whether the LOB stream can be read.(Overrides Stream.CanRead.) |
![]() | CanSeek | Gets a value indicating whether forward 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 | Always returns true, regardless of whether the LOB supports writing or not.(Overrides Stream.CanWrite.) |
![]() | ChunkSize | Gets a value indicating the minimum number of bytes to retrieve from or send to the server during a read/write operation. |
![]() | Connection | Gets the OracleConnection used by this instance of the OracleLob. |
![]() | IsBatched | Gets a value indicating whether an application called the BeginBatch method. |
![]() | IsNull | |
![]() | IsTemporary | Gets a value indicating whether the OracleLob is a temporary LOB. |
![]() | Length | Gets a value that returns the size of the OracleLob.(Overrides Stream.Length.) |
![]() | LobType | Gets a value that returns the LOB data type. |
![]() | Position | Gets the current read position in the OracleLob 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 the common language runtime stream value equivalent of the underlying value. |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |
