Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Storage: create TableQuery helpers #11

Closed
Carl-Hugo opened this issue Apr 20, 2018 · 1 comment
Closed

Table Storage: create TableQuery helpers #11

Carl-Hugo opened this issue Apr 20, 2018 · 1 comment

Comments

@Carl-Hugo
Copy link
Member

Create TableQuery helpers like StartWith.

Maybe something chainable like that: query.Column("ColName").StartWith("String to check"); TBD.

See #9

@Carl-Hugo Carl-Hugo added this to To do in ForEvolve Framework via automation Apr 20, 2018
@Carl-Hugo Carl-Hugo moved this from To do to In progress in ForEvolve Framework Apr 23, 2018
@Carl-Hugo
Copy link
Member Author

Ended up to be a simple extension on TableQuery:

query = query.StartWith("RowKey", "Something");

A chainable query language is another feature that may or may not come later.

ForEvolve Framework automation moved this from In progress to Done Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant