dlmelendez / identityazuretable

This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
MIT License
104 stars 27 forks source link

Added basic query support for users and roles. #66

Closed prodigy closed 3 years ago

prodigy commented 4 years ago

This returns an instance of TableQuery and hereby supports basic querying against the roles and users. I needed a working "get all" query for an admin interface for IS4.

prodigy commented 3 years ago

OK cool, nice to see this feature!