MssqlGraphInsert<TRow> constructor

const MssqlGraphInsert<TRow>(
  1. MssqlWriteAssignments values, {
  2. List<MssqlGraphRelation> related = const [],
})

Implementation

const MssqlGraphInsert(this.values, {this.related = const []});