// // System.Data.SqlClient.SQLDebugging.cs // // Authors: // Umadevi S (sumadevi@novell.com) using System.Data; using System.Runtime.InteropServices; namespace System.Data.SqlClient { [ComVisible (true)] [GuidAttribute ("afef65ad-4577-447a-a148-83acadd3d4b9")] [ClassInterface (ClassInterfaceType.None)] public class SQLDebugging { [MonoTODO] public SQLDebugging () { throw new NotImplementedException (); } } }