Commented out debug information
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user