Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何在C中组织日志mySql查询#_C#_Mysql Connector - Fatal编程技术网

C# 如何在C中组织日志mySql查询#

C# 如何在C中组织日志mySql查询#,c#,mysql-connector,C#,Mysql Connector,在ADO.net中,您有机会: DbInterception.Add (new LogFormatter()); 有没有类似的mySql而不用ADO 我可以使用这个BaseCommandInterceptor吗?如果是的话,我可以使用这个BaseCommandInterceptor吗 令人满意的例子。 谢谢我在上找到了解决方案

在ADO.net中,您有机会:

DbInterception.Add (new LogFormatter());
有没有类似的mySql而不用ADO

我可以使用这个BaseCommandInterceptor吗?如果是的话,我可以使用这个BaseCommandInterceptor吗

令人满意的例子。
谢谢

我在上找到了解决方案