SyntaxFix
Write A Post
Hire A Developer
Questions
I do always this:
from h in OH where h.Hierarchy.Contains("/12/") select h
I know I don't use the like statement but it's work fine in the background is this translated into a query with a like statement.