SelectOperation<T> constructor
SelectOperation<T> (
- SonicDbBase db,
- String table,
- List<
String> _columns
Implementation
SelectOperation(SonicDbBase db, String table, this._columns)
: super(db, table);