* SchemaTableOptionalColumn.cs: Add to fix default build
[mono.git] / mcs / class / System.Data / System.Data.Common / SchemaTableOptionalColumn.cs
1 //
2 // System.Data.Common.SchemaTableOptionalColumn
3 //
4 // Author(s):
5 //  Jackson Harper (jackson@ximian.com)
6 //
7 // (C) 2003 Novell, Inc (http://www.novell.com)
8 //
9
10
11 #if NET_1_2
12
13 namespace System.Data.Common {
14
15         // Just here to fix the build
16         public class SchemaTableOptionalColumn {
17
18         }
19         
20 }
21
22 #endif
23