We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be7d06 commit f8a80b2Copy full SHA for f8a80b2
src/NHibernate/Linq/SqlMethods.cs
@@ -27,7 +27,7 @@ public static bool Like(this string matchExpression, string sqlLikePattern)
27
public static bool Like(this string matchExpression, string sqlLikePattern, char escapeCharacter)
28
{
29
throw new NotSupportedException(
30
- "The NHibernate.Linq.SqlMethods.Like(string, string) method can only be used in Linq2NHibernate expressions.");
+ "The NHibernate.Linq.SqlMethods.Like(string, string, char) method can only be used in Linq2NHibernate expressions.");
31
}
32
33
0 commit comments