SqlHelper can be used either as an instance or statically.
When used statically, SqlHelper is thread safe. Concurrent threads can call the same method at the same time and will experience no ill-effect.
When used as an instance, however, SqlHelper is NOT thread safe. Multiple threads should not use the same instance of SqlHelper.
System.Object
FChoice.Common.Data.SqlHelper
Namespace: FChoice.Common.Data
Platforms: Windows XP, Windows Server 2003 and 2008 family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)