Commented out debug information
This commit is contained in:
@@ -26,6 +26,14 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
public partial class ROFst
|
||||
{
|
||||
// put in for debug
|
||||
//public static int CacheCountPrimaryKey
|
||||
//{ get { return _CacheByPrimaryKey.Count; } }
|
||||
//public static int CacheCountByRODbID_DTS
|
||||
//{ get { return _CacheByRODbID_DTS.Count; } }
|
||||
//public static int CacheCountList
|
||||
//{ get { return _CacheList.Count; } }
|
||||
|
||||
[NonSerialized]
|
||||
private ROFSTLookup _ROFSTLookup;
|
||||
public ROFSTLookup ROFSTLookup
|
||||
@@ -120,7 +128,12 @@ namespace VEPROMS.CSLA.Library
|
||||
public delegate List<string> ROFstInfoROTableUpdateEvent(object sender, ROFstInfoROTableUpdateEventArgs args);
|
||||
public partial class ROFstInfo
|
||||
{
|
||||
#region Log4Net
|
||||
// put in for debug
|
||||
//public static int CacheCountPrimaryKey
|
||||
//{ get { return _CacheByPrimaryKey.Count; } }
|
||||
//public static int CacheCountList
|
||||
//{ get { return _CacheList.Count; } }
|
||||
#region Log4Net
|
||||
private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
#endregion
|
||||
#region PropertiesAndData
|
||||
|
Reference in New Issue
Block a user