Adds ability to use the query builder with string matches based on an NText column
This commit is contained in:
10
src/Umbraco.Core/Persistence/SqlSyntax/SqlCeSyntax.cs
Normal file
10
src/Umbraco.Core/Persistence/SqlSyntax/SqlCeSyntax.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Umbraco.Core.Persistence.SqlSyntax
|
||||
{
|
||||
/// <summary>
|
||||
/// Static class that provides simple access to the Sql CE SqlSyntax Provider
|
||||
/// </summary>
|
||||
internal static class SqlCeSyntax
|
||||
{
|
||||
public static ISqlSyntaxProvider Provider { get { return new SqlCeSyntaxProvider(); } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user