Ejemplo n.º 1
0
        async Task <IQueryable> ITableResolver.GetQueryable(HttpContext httpContext, IQueryOptions queryOptions, ICustomMetadata customMetadataStore)
        {
            var genericQueryOptions = queryOptions.CreateGeneric <T>();

            HttpContext = httpContext;
            return(await GetQueryableData(genericQueryOptions, customMetadataStore));
        }