This commit is contained in:
2009-09-01 14:28:22 +00:00
parent de9081036c
commit 17575c0f69
4 changed files with 237 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ namespace VEPROMS.CSLA.Library
private void DataPortal_Fetch(AffectedTransitonsCriteria criteria)
{
this.RaiseListChangedEvents = false;
if (_MyLog.IsDebugEnabled) _MyLog.DebugFormat("[{0}] TransitionInfoList.DataPortal_FetchFromID", GetHashCode());
if (_MyLog.IsDebugEnabled) _MyLog.DebugFormat("[{0}] TransitionInfoList.DataPortal_FetchAffected", GetHashCode());
try
{
using (SqlConnection cn = Database.VEPROMS_SqlConnection)