#6233- SqlCE stuff

This commit is contained in:
Bjarke Berg
2020-04-28 07:01:30 +02:00
parent 55d9af2b68
commit bc4713a51c
27 changed files with 655 additions and 156 deletions

View File

@@ -14,6 +14,8 @@ namespace Umbraco.Core.Persistence.SqlSyntax
/// </summary>
public interface ISqlSyntaxProvider
{
string ProviderName { get; }
string EscapeString(string val);
string GetWildcardPlaceholder();