예제 #1
0
파일: MsSql.cs 프로젝트: kripper/Phalanger
		/// <summary>
		/// Clears thread static fields at the end of each request.
		/// </summary>
		private static void Clear()
		{
			_manager = null;
			failConnectErrorMessage = "";
		}
예제 #2
0
파일: MsSql.cs 프로젝트: jiahao42/weverca
 /// <summary>
 /// Clears thread static fields at the end of each request.
 /// </summary>
 private static void Clear()
 {
     _manager = null;
     failConnectErrorMessage = "";
 }