InsertCommandBuilder constructor

const InsertCommandBuilder(
  1. IDatabaseTable table,
  2. IDbInsertDataRawMapper mapper
)

Implementation

const InsertCommandBuilder(super.table, this.mapper);