System.Data.OleDb.OleDbPermission.IsSubsetOf C# (CSharp) Method

IsSubsetOf() private method

private IsSubsetOf ( IPermission target ) : bool
target IPermission
return bool
		public override bool IsSubsetOf (IPermission target)
		{
			throw new NotImplementedException ();
		}