Skip to content

Instantly share code, notes, and snippets.

@bleroy
Created February 22, 2017 13:25
Show Gist options
  • Save bleroy/94b889782f70469ac36357150c89928c to your computer and use it in GitHub Desktop.
Save bleroy/94b889782f70469ac36357150c89928c to your computer and use it in GitHub Desktop.
from d in data.ToInjectable()
select new
{
Id = d.Id,
Value = d.Name.LimitText(10)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment