SelectOperation<T> constructor

SelectOperation<T>(
  1. SonicDb db,
  2. String table,
  3. List<String> _columns
)

Implementation

SelectOperation(SonicDb db, String table, this._columns) : super(db, table);