#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

@@ -130,6 +130,8 @@ namespace Umbraco.Core.Persistence.SqlSyntax
DbTypeMap.Set<byte[]>(DbType.Binary, BlobColumnDefinition);
}
public abstract string ProviderName { get; }
public virtual string EscapeString(string val)
{
return NPocoDatabaseExtensions.EscapeAtSymbols(val.Replace("'", "''"));