Use GetJustRoDb to reduce unnecessary data loading

Added flag to allow the section to have optional content.
Optional Content flag eliminates message "No Section Content"
Handle RO_Lookup Page Token
This commit is contained in:
Rich
2013-02-05 14:58:32 +00:00
parent 96b1edb78f
commit 398972fab1
4 changed files with 32 additions and 4 deletions

View File

@@ -229,7 +229,7 @@ namespace VEPROMS.CSLA.Library
byte[] ab = r.ReadBytes((int)fsIn.Length);
fsIn.Close();
using (RODb rodb = RODb.Get(rdi.RODbID))
using (RODb rodb = RODb.GetJustRoDb(rdi.RODbID))
{
using (ROImageInfoList myROImages = ROImageInfoList.GetByRODbID(rdi.RODbID))
{