SqlCommand.CommandTimeout Property

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

Using Microsoft Application Block for Data Access, is there any way to set
SqlCommand.CommandTimeout Property globally?

Thanks,
Alan
 
Thanks Gregory!



Cowboy (Gregory A. Beamer) - MVP said:
Not by default, but you have the source for the project, if you wish to alter
how the block works. Set a static member to the timeout value and you can use
it in the code with a few edits.


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top