R# cleanup, losts of obsoleted methods removed

This commit is contained in:
Shannon
2015-12-22 18:00:11 +01:00
parent 0b13e18fd5
commit 4f3968e837
52 changed files with 62 additions and 2178 deletions

View File

@@ -72,7 +72,7 @@ namespace Umbraco.Core.Persistence.SqlSyntax
protected IList<Func<ColumnDefinition, string>> ClauseOrder { get; set; }
protected DbTypes<TSyntax> DbTypeMap = new DbTypes<TSyntax>();
protected DbTypes DbTypeMap = new DbTypes();
protected void InitColumnTypeMap()
{
DbTypeMap.Set<string>(DbType.String, StringColumnDefinition);