Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Feature Request: Linq TableQueries for PCL Profile 111 #265

Closed
CrazyTuna opened this issue Apr 18, 2016 · 2 comments
Closed

Feature Request: Linq TableQueries for PCL Profile 111 #265

CrazyTuna opened this issue Apr 18, 2016 · 2 comments

Comments

@CrazyTuna
Copy link

I am building an application that target the PCL Profile 111.
I've installed the nuget package WindowsAzure.Storage v7.0.1-preview.

Using a previous version of the WindowsAzure.Storage library (for another project), I was able to query an Azure Table Storage using linq like that :

var cloudTable = GetCloudTable();
var query = cloudTable.CreateQuery<DynamicTableEntity>()
    .Where(e => e.PartitionKey == "PartitionKey");

Do you plan to add Linq capability for PCL Profile 111 ?

Cheers,

@pemari-msft pemari-msft changed the title Cannot find CloudTable.CreateQuery for PCL Profile 111 Feature Request: Linq TableQueries for PCL Profile 111 Apr 18, 2016
@pemari-msft
Copy link
Member

For now, the PCL is still in preview. However, we will take this as a feature request and add it to our backlog. Thanks for the suggestion!

@erezvani1529
Copy link
Contributor

Hi,

Since the release of CosmosDB Table sdk package,
support for Table service has transitioned to CosmosDB team.

CosmosDB has planned support for Netstandard targets > 1.3 which will include this feature request,
Please email the team at : askcosmosdbtableapi@microsoft.com for support or more information.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants