c# - Add default command timeout using Ibatis framework in connection string .NET connector mysql -


how can add command timeout in connection string using ibatis framework in .net. have done wothout using ibatis framework adding default command timeout in connection string.

connstring = "database="";user id="";password="";host="";port="";default command timeout=0" 

but want using ibatis framework adding command timeout in connection string in sqlmap.config have tried same adding default command timeout in sqlmap.config not working fine. think , cannot use using ibatis. can tell me how this? how increase query execution time using ibatis in c#?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -