// Method GetNDInfoList public static NDInfoList GetNDInfoList(string DB) { if (_list == null & _DTB != DB) { _DTB = DB; _list = new NDInfoList(DB); _list.DataPortal_Fetch(); } return(_list); }
// Method InvalidateCache public static void InvalidateCache() { _list = null; }