Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/17a5293303236283711071a21d3879de to your computer and use it in GitHub Desktop.
Save lgolubyev/17a5293303236283711071a21d3879de to your computer and use it in GitHub Desktop.
list = (from ds in dbContext.bytehideServices
join c in dbContext.customer on ds.customerName equals c.customerName)
where (ds.shield.number.ToLower().Contains(productLicense.ShieldNumber.ToLower()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment