コード例 #1
0
 public IQueryable <Product> GetQueryableTWithDerivedOptions(DerivedODataQueryOptions option)
 {
     return(products.AsQueryable());
 }
コード例 #2
0
 public IQueryable<Product> GetQueryableTWithDerivedOptions(DerivedODataQueryOptions option)
 {
     return products.AsQueryable();
 }