This documentation is archived and is not being maintained.
OracleLobOpenMode Enumeration
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies whether an OracleLob should be opened in read/only or read/write mode.
[Visual Basic] <Serializable> Public Enum OracleLobOpenMode [C#] [Serializable] public enum OracleLobOpenMode [C++] [Serializable] __value public enum OracleLobOpenMode [JScript] public Serializable enum OracleLobOpenMode
Members
| Member name | Description |
|---|---|
| ReadOnly | The LOB is opened in read/only mode. |
| ReadWrite | The LOB is opened in read/write mode. |
Requirements
Namespace: System.Data.OracleClient
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Data.Oracleclient (in System.Data.Oracleclient.dll)
See Also
Show: