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:
authorSebastien Pouliot <sebastien@ximian.com>2004-09-14 04:09:24 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-09-14 04:09:24 +0400
commitde76dcbb20fe140f84eae8944de68f6cc7e1c4ea (patch)
treeb2ac06b4df8da608e583333e502880604d3fac6a /mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs
parent270b9bffbefc8f80868fa28081d4ff2c89c66773 (diff)
Fix NET_2_0 build.
svn path=/trunk/mcs/; revision=33837
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs')
-rw-r--r--mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs b/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs
index 47c885b3318..ad717d1955f 100644
--- a/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs
+++ b/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs
@@ -103,14 +103,14 @@ namespace System.Data.Common {
#region // Methods
#if NET_2_0
[MonoTODO ("configurable ? why is this in the attribute class ?")]
- [EditorBrowsableAttribute (false)]
+ [EditorBrowsableAttribute (EditorBrowsableState.Never)]
public bool ShouldSerializeConnectionString ()
{
return false;
}
[MonoTODO ("configurable ? why is this in the attribute class ?")]
- [EditorBrowsableAttribute (false)]
+ [EditorBrowsableAttribute (EditorBrowsableState.Never)]
public bool ShouldSerializeKeyRestrictions ()
{
return false;