コード例 #1
0
 public int ExecuteBatch(string?configuration, string queryData)
 {
     return(_linqService.ExecuteBatch(configuration, queryData));
 }