예제 #1
0
 public async Task GetDataTableAsync()
 {
     RequestContext context = new RequestContext
     {
         Scope = Scope,
         SqlId = "MultiQuery"
     };
     var dataTable = await _sqlMapper.GetDataTableAsync(context);
 }