예제 #1
0
 public InsertSqlStatement()
     : base()
 {
     InsertFields = new InsertFieldList();
     InsertValues = new InsertValueList();
 }