コード例 #1
0
 public __SQLiteCommand(string sql, __SQLiteConnection c)
 {
     this.InternalConnection = (__SQLiteConnection)(object)c;
     this.CommandText        = sql;
     this.Parameters         = new __SQLiteParameterCollection {
     };
 }
コード例 #2
0
 public __SQLiteCommand(string sql, __SQLiteConnection c)
 {
     this.InternalConnection = (__SQLiteConnection)(object)c;
     this.CommandText = sql;
     this.Parameters = new __SQLiteParameterCollection { };
 }