This commit is contained in:
grzegorz.russek
2019-10-04 13:23:28 +00:00
parent 0e4be5305e
commit 7c339519b2
7 changed files with 872 additions and 2 deletions

View File

@@ -492,7 +492,7 @@ namespace DynamORM
}
/// <summary>Bulk update objects in database.</summary>
/// <param name="T">Type of objects to update.</param>
/// <param name="t">Type of objects to update.</param>
/// <param name="e">Enumerable containing instances of objects to update.</param>
/// <returns>Number of updated rows.</returns>
public virtual int Update(Type t, IEnumerable e)