Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:39
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/9845ebf0f7952111de99ff158b2da4d6 to your computer and use it in GitHub Desktop.
Save lgolubyev/9845ebf0f7952111de99ff158b2da4d6 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.IndexOf(productLicense.ShieldNumber, StringComparison.OrdinalIgnoreCase) != -1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment