Changed logic to get one record rather than 32000.
This commit is contained in:
@@ -144,7 +144,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
try
|
||||
{
|
||||
using (ItemAuditInfoList list = ItemAuditInfoList.Get())
|
||||
using (ItemAuditInfo info = ItemAuditInfo.Get(0))
|
||||
{
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user