From 8663c97122d8ff9f7ff09375269e6db66053f50f Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Thu, 20 May 2004 19:15:27 +0000 Subject: * DbDataPermissionAttribute.cs: change AllowMultiple and Inherited to match .NET svn path=/trunk/mcs/; revision=27771 --- .../System.Data/System.Data.Common/DbDataPermissionAttribute.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs') diff --git a/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs b/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs index 244a6491c76..0132544434e 100644 --- a/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs +++ b/mcs/class/System.Data/System.Data.Common/DbDataPermissionAttribute.cs @@ -13,7 +13,10 @@ using System; using System.Security.Permissions; namespace System.Data.Common { - [AttributeUsage (AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method)] + [AttributeUsage (AttributeTargets.Assembly | AttributeTargets.Class | + AttributeTargets.Struct | AttributeTargets.Constructor | + AttributeTargets.Method, AllowMultiple=true, + Inherited=false)] [Serializable] public abstract class DBDataPermissionAttribute : CodeAccessSecurityAttribute { -- cgit v1.2.3