Exemplo n.º 1
0
 public InsertQueryFluentBuilder1 <TModel> IntoVariable(string name)
 {
     _insertQuery.IntoVariable(name);
     return(this);
 }