Modified code to support structure changes to treeview nodes
This commit is contained in:
@@ -304,6 +304,8 @@ namespace VEPROMS.CSLA.Library
|
||||
_DTSActivity = dr.GetDateTime("DTSActivity");
|
||||
_MachineName = dr.GetString("MachineName");
|
||||
_ProcessID = dr.GetInt32("ProcessID");
|
||||
dr.GetBytes("LastChanged", 0, _LastChanged, 0, 8);
|
||||
_LastContentChange = dr.GetInt64("LastContentChange");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user