Exemplo n.º 1
0
 public TableQueryProvider(ITableQueryContext queryContext)
 {
     this.queryContext = queryContext;
 }
Exemplo n.º 2
0
 public TableQueryable(ITableQueryContext queryContext)
 {
     Initialize(new TableQueryProvider(queryContext), null);
 }