Skip to content

Instantly share code, notes, and snippets.

@abadongutierrez
Last active August 15, 2017 05:57
Show Gist options
  • Save abadongutierrez/bf67099b02e5e4cfe5bfff827972f9c5 to your computer and use it in GitHub Desktop.
Save abadongutierrez/bf67099b02e5e4cfe5bfff827972f9c5 to your computer and use it in GitHub Desktop.
from e in Employee,
select: [e.name,
e.last_name,
e.salary]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment