MCPcopy Create free account
hub / github.com/IceClusters/icmysql / BulkCreate

Method BulkCreate

library/csharp/Server/MySQL.cs:73–76  ·  view source on GitHub ↗
(params object[] args)

Source from the content-addressed store, hash-verified

71 }
72
73 public async Task<object> BulkCreate(params object[] args)
74 {
75 return await Exports["icmysql"].BulkCreate(args[0], args[1], args[2], args[3], args[4], args[5]);
76 }
77
78 public async Task<object> Query(params object[] args)
79 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected