(params object[] args)
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected