Esempio n. 1
0
 public __SQLiteCommand(string sql, __SQLiteConnection c)
 {
     this.InternalConnection = c;
     this.CommandText        = sql;
     this.Parameters         = new __SQLiteParameterCollection {
     };
 }
        public __SQLiteCommand(string sql, __SQLiteConnection c)
        {
            this.InternalConnection = c;
            this.CommandText = sql;
            this.Parameters = new __SQLiteParameterCollection { };

        }