Spring Adotemplate.commandtimeout
I am using Spring.NET framework in an ASP.NET MVC project to query sql server databases. There is a commandtimeout prope开发者_高级运维rty in Adotemplate class & i would like to know if this is in seconds or minutes?
ex:
using spring.data.core;
using spring.data.common;
adotemplate.commandtimeout = 30;
the command timeout property is in Seconds
精彩评论