You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EntityFramework.Utilities/EntityFramework.Utilities/EFBatchOperation.cs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ public interface IEFBatchOperationBase<TContext, T> where T : class
20
20
/// </summary>
21
21
/// <param name="items">The items to insert</param>
22
22
/// <param name="connection">The DbConnection to use for the insert. Only needed when for example a profiler wraps the connection. Then you need to provide a connection of the type the provider use.</param>
/// <param name="items">The items to insert</param>
68
69
/// <param name="connection">The DbConnection to use for the insert. Only needed when for example a profiler wraps the connection. Then you need to provide a connection of the type the provider use.</param>
0 commit comments