1 write to _commandTimeout
System.Web (1)
UI\WebParts\SqlPersonalizationProvider.cs (1)
480
_commandTimeout
= SecUtility.GetIntValue(configSettings, "commandTimeout", -1, true, 0);
2 references to _commandTimeout
System.Web (2)
UI\WebParts\SqlPersonalizationProvider.cs (2)
967
if (
_commandTimeout
!= -1) {
968
command.CommandTimeout =
_commandTimeout
;