Example #1
0
 public InsertQueryFluentBuilder1 <TModel> OnConflictDoNothing()
 {
     _insertQuery.OnConflictDoNothing();
     return(this);
 }