Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs')
-rw-r--r--mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs b/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs
index 02cff942be6..e88b6282010 100644
--- a/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs
+++ b/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs
@@ -43,5 +43,21 @@ namespace System.Data.Common {
}
#endregion // Properties
+
+ #region // Methods
+#if NET_1_2
+ [MonoTODO]
+ public bool ShouldSerializeConnectionString ()
+ {
+ throw new NotImplementedException ();
+ }
+
+ [MonoTODO]
+ public bool ShouldSerializeKeyRestrictions ()
+ {
+ throw new NotImplementedException ();
+ }
+#endif
+ #endregion // Methods
}
}