Add initialization and reset code
This commit is contained in:
@@ -184,6 +184,8 @@ namespace VEPROMS.CSLA.Library
|
||||
get
|
||||
{
|
||||
CanReadProperty("ConnectionFolderCount", true);
|
||||
if (_ConnectionFolderCount < 0)
|
||||
_ConnectionFolderCount = ConnectionFolders.Count;
|
||||
return _ConnectionFolderCount;
|
||||
}
|
||||
}
|
||||
@@ -204,6 +206,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public void RefreshConnectionFolders()
|
||||
{
|
||||
_ConnectionFolderCount = -1;
|
||||
ConvertListToDictionary();
|
||||
if (_CacheByPrimaryKey.ContainsKey(_DBID.ToString()))
|
||||
foreach (ConnectionInfo tmp in _CacheByPrimaryKey[_DBID.ToString()])
|
||||
|
Reference in New Issue
Block a user