2
0

SQLDebugging.cs 271 B

1234567891011121314151617181920
  1. //
  2. // System.Data.SqlClient.SQLDebugging.cs
  3. //
  4. // Authors:
  5. // Umadevi S ([email protected])
  6. namespace System.Data.SqlClient {
  7. [MonoTODO]
  8. public class SQLDebugging {
  9. [MonoTODO]
  10. internal SQLDebugging ()
  11. {
  12. throw new NotImplementedException ();
  13. }
  14. }
  15. }