B2022-026 RO Memory reduction coding (Jakes Merge)
This commit is contained in:
@@ -135,11 +135,6 @@ namespace VEPROMS.CSLA.Library
|
||||
get
|
||||
{
|
||||
CanReadProperty("ROLookup", true);
|
||||
//if (_ROLookup == null)
|
||||
//{
|
||||
// _ROLookup = ROFSTLookup.GetRofstLookupBytes(_ROFstID);
|
||||
//}
|
||||
//return _ROLookup;
|
||||
|
||||
// B2022-026 RO Memory reduction
|
||||
return null;
|
||||
@@ -333,7 +328,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
_MyRODb = null; // Reset list so that the next line gets a new list
|
||||
if (MyRODb != null) MyRODb.RefreshRODbROFsts(); // Update List for new value
|
||||
//_ROLookup = tmp.ROLookup;
|
||||
//_ROLookup = tmp.ROLookup;
|
||||
_ROLookup = null; // B2022-026 RO Memory reduction
|
||||
_Config = tmp.Config;
|
||||
_DTS = tmp.DTS;
|
||||
|
Reference in New Issue
Block a user