File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,13 @@ public static BulkCopy Create(DbConnection connection)
44
44
return bcp ;
45
45
}
46
46
47
- /// <summary>
48
- /// Provide an external registration for a given connection type
49
- /// </summary>
50
- public static void Register ( Type type , Func < DbConnection , object > ? factory )
51
- => s_bcpFactory [ type ] = factory ;
47
+ ///// <summary>
48
+ ///// Provide an external registration for a given connection type
49
+ ///// </summary>
50
+ //public static void Register(Type type, Func<DbConnection, BulkCopy> factory)
51
+ //{
52
+ // throw new NotImplementedException();
53
+ //}
52
54
53
55
private static readonly ConcurrentDictionary < Type , Func < DbConnection , object > ? > s_bcpFactory
54
56
= new ConcurrentDictionary < Type , Func < DbConnection , object > ? > ( ) ;
You can’t perform that action at this time.
0 commit comments