This commit is contained in:
Родитель
1aea75c270
Коммит
a8ebabd950
|
@ -217,6 +217,7 @@ namespace Dfm.DotNetIsolatedMsSql
|
|||
EventType = reader["EventType"].ToString(),
|
||||
EventId = reader["EventId"] is DBNull ? null : (int?)reader["EventId"],
|
||||
Name = reader["Name"].ToString(),
|
||||
Input = reader["Input"] is DBNull ? null : reader["Input"].ToString(),
|
||||
Result = reader["Result"].ToString(),
|
||||
Details = reader["Details"].ToString(),
|
||||
SubOrchestrationId = reader["SubOrchestrationId"].ToString(),
|
||||
|
|
|
@ -216,6 +216,7 @@ namespace Dfm.MsSql
|
|||
EventType = reader["EventType"].ToString(),
|
||||
EventId = reader["EventId"] is DBNull ? null : (int?)reader["EventId"],
|
||||
Name = reader["Name"].ToString(),
|
||||
Input = reader["Input"] is DBNull ? null : reader["Input"].ToString(),
|
||||
Result = reader["Result"].ToString(),
|
||||
Details = reader["Details"].ToString(),
|
||||
SubOrchestrationId = reader["SubOrchestrationId"].ToString(),
|
||||
|
|
Загрузка…
Ссылка в новой задаче