Ejemplo n.º 1
0
 public SQLiteConnection()
 {
     _Commands          = new SQLiteCommandCollection();
     _ConnectionString  = "";
     _DataReaderCount   = 0;
     _UniversalProvider = CultureInfo.InvariantCulture;
     _LastChangesCount  = 0;
     _State             = ConnectionState.Closed;
     _NativeMethods     = null;
     _Version           = "";
 }
Ejemplo n.º 2
0
 public SQLiteConnection()
 {
     _Commands = new SQLiteCommandCollection();
     _ConnectionString = "";
     _DataReaderCount = 0;
     _UniversalProvider = CultureInfo.InvariantCulture;
     _LastChangesCount = 0;
     _State = ConnectionState.Closed;
     _NativeMethods = null;
     _Version = "";
 }