Use ISqlContext

This commit is contained in:
Stephan
2017-09-22 18:48:58 +02:00
parent ee1941b9bf
commit c1e2625de0
56 changed files with 181 additions and 190 deletions

View File

@@ -69,7 +69,7 @@ namespace Umbraco.Core.Persistence.SqlSyntax
string FormatColumnRename(string tableName, string oldName, string newName);
string FormatTableRename(string oldName, string newName);
Sql<SqlContext> SelectTop(Sql<SqlContext> sql, int top);
Sql<ISqlContext> SelectTop(Sql<ISqlContext> sql, int top);
bool SupportsClustered();
bool SupportsIdentityInsert();