Skip to content

Instantly share code, notes, and snippets.

@papeMK2
Created June 20, 2022 11:05
Show Gist options
  • Save papeMK2/eee4efd42257e8a5e51405095255bd7a to your computer and use it in GitHub Desktop.
Save papeMK2/eee4efd42257e8a5e51405095255bd7a to your computer and use it in GitHub Desktop.
var entities = await Entity
.ByKey(id)
.Select(x => new
{
Id = x.Id,
Name = x.Name
})
.GetValueAsync(); // this is important !!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment