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