SQLDebugging.cs 455 B

1234567891011121314151617181920212223242526
  1. //
  2. // System.Data.SqlClient.SQLDebugging.cs
  3. //
  4. // Authors:
  5. // Umadevi S ([email protected])
  6. using System.Data;
  7. using System.Runtime.InteropServices;
  8. namespace System.Data.SqlClient {
  9. [ComVisible (true)]
  10. [GuidAttribute ("afef65ad-4577-447a-a148-83acadd3d4b9")]
  11. [ClassInterface (ClassInterfaceType.None)]
  12. public class SQLDebugging {
  13. [MonoTODO]
  14. public SQLDebugging ()
  15. {
  16. throw new NotImplementedException ();
  17. }
  18. }
  19. }