2004-03-10 Umadevi S (sumadevi@novell.com)
[mono.git] / mcs / class / System.Data / System.Data / DataRelation.cs
index ab626b4141f12c31e9ea42d888fca7cb8d12b30a..f41537297bda6f43fb6be174bde84d574bbd8918 100644 (file)
@@ -4,9 +4,11 @@
 // Author:
 //   Daniel Morgan <danmorg@sc.rr.com>
 //   Alan Tam Siu Lung <Tam@SiuLung.com>
+//   Tim Coleman <tim@timcoleman.com>
 //
 // (C) 2002 Daniel Morgan
 // (C) 2002 Ximian, Inc.
+// Copyright (C) Tim Coleman, 2003
 //
 
 using System;
@@ -82,6 +84,14 @@ namespace System.Data
                        throw new NotImplementedException ();
                }
 
+#if NET_1_2
+               [MonoTODO]
+               public DataRelation (string relationName, string parentTableName, string parentTableNamespace, string childTableName, string childTableNamespace, string[] parentColumnNames, string[] childColumnNames, bool nested)
+               {
+                       throw new NotImplementedException ();
+               }
+#endif
+
                #endregion // Constructors
 
                #region Properties