**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Data.OracleClient / System.Data.OracleClient / OracleLobOpenMode.cs
blob1eb2fef874c2d4888cf34d426a6f57897449d357
1 //
2 // OracleLobOpenMode.cs
3 //
4 // Part of the Mono class libraries at
5 // mcs/class/System.Data.OracleClient/System.Data.OracleClient
6 //
7 // Assembly: System.Data.OracleClient.dll
8 // Namespace: System.Data.OracleClient
9 //
10 // Author: Tim Coleman <tim@timcoleman.com>
12 // Copyright (C) Tim Coleman, 2003
14 // Licensed under the MIT/X11 License.
17 using System;
19 namespace System.Data.OracleClient {
20 [Serializable]
21 public enum OracleLobOpenMode
23 ReadOnly = 0x01,
24 ReadWrite = 0x02