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

Method Select

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

Source from the content-addressed store, hash-verified

86 }
87
88 public async Task<object> Select(params object[] args)
89 {
90 return await Exports["icmysql"].Select(args[0], args[1], args[2], args[3]);
91 }
92
93 public async Task<object> AwaitSelect(params object[] args)
94 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected