| 1234567891011121314151617181920 |
- //
- // System.Data.SqlClient.SQLDebugging.cs
- //
- // Authors:
- // Umadevi S ([email protected])
- namespace System.Data.SqlClient {
-
- [MonoTODO]
- public class SQLDebugging {
- [MonoTODO]
- internal SQLDebugging ()
- {
- throw new NotImplementedException ();
- }
- }
- }
|