Support SqlMethods.Like() with escape character in LINQ
Description
System.Data.Linq.SqlClient.SqlMethods.Like() has a three argument overload that allows specifying an escape character. We should add support for that. We also need to add a matching overload in NHibernate.Linq.SqlMethods.
System.Data.Linq.SqlClient.SqlMethods.Like() has a three argument overload that allows specifying an escape character. We should add support for that. We also need to add a matching overload in NHibernate.Linq.SqlMethods.
http://msdn.microsoft.com/en-us/library/vstudio/bb340785%28v=vs.100%29.aspx