| 1234567891011121314151617181920212223242526 |
- //
- // System.Data.SqlClient.SQLDebugging.cs
- //
- // Authors:
- // Umadevi S ([email protected])
- 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 ();
- }
-
- }
- }
|