How can I override the default Command time out Property(30 seconds) to 600 seconds in VB?
I know we need to change the command time out in SQLhelper.vb I have a code where i can see sqlcommand mentioned in the Private class.
where I need to mention the below command whether it should be in sqlcommand private class or it should be in SQLconnection sting public class.
command.CommandTimeout = 600