Commented out debug information

This commit is contained in:
2012-02-14 15:48:42 +00:00
parent dd14def97a
commit 7d6d6952df
3 changed files with 43 additions and 1 deletions

View File

@@ -10,8 +10,24 @@ using Volian.Base.Library;
namespace VEPROMS.CSLA.Library
{
// put in for debug
//public partial class ROImage
//{
// public static int CacheCountPrimaryKey
// { get { return _CacheByPrimaryKey.Count; } }
// public static int CacheCountByRODbID
// { get { return _CacheByRODbID_FileName_DTS.Count; } }
// public static int CacheCountList
// { get { return _CacheList.Count; } }
//}
public partial class ROImageInfo
{
// put in for debug
//public static int CacheCountPrimaryKey
//{ get { return _CacheByPrimaryKey.Count; } }
//public static int CacheCountList
//{ get { return _CacheList.Count; } }
public static ROImageInfo GetByROFstID_FileName(int rOFstID, string fileName)
{
//if (!CanGetObject())