- Moved all classes to the Mono.Data.Sqlite namespace.
[mono.git] / mcs / class / Mono.Data.Sqlite / Mono.Data.Sqlite_2.0 / LINQ / SQLiteFactory_Linq.cs
index 6f494a81dd90b94740fdb61b9926671f26101f39..fc649ec2b41fb190af854265cea94ab306cbd27d 100644 (file)
@@ -5,7 +5,7 @@
  * Released to the public domain, use at your own risk!\r
  ********************************************************/\r
 \r
-namespace System.Data.SQLite\r
+namespace Mono.Data.Sqlite\r
 {\r
   using System;\r
   using System.Data.Common;\r
@@ -45,7 +45,7 @@ namespace System.Data.SQLite
     {\r
       if (_sqliteServices == null)\r
       {\r
-        Type type = Type.GetType("System.Data.SQLite.SQLiteProviderServices, System.Data.SQLite.Linq, Version=2.0.38.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", false);\r
+        Type type = Type.GetType("Mono.Data.Sqlite.SQLiteProviderServices, Mono.Data.Sqlite.Linq, Version=2.0.38.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139", false);\r
         if (type != null)\r
         {\r
           FieldInfo field = type.GetField("Instance", BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance);\r