EDMIService: Refactor service so that cron job details a read from database on every job run
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
Public Class JobResult
|
||||
Public Table As DataTable
|
||||
Public ChildTable As DataTable
|
||||
Public TableRelationColumn As String
|
||||
Public ChildRelationColumn As String
|
||||
Public Tables As New List(Of ResultTable)
|
||||
|
||||
Public Class ResultTable
|
||||
Public Table As DataTable
|
||||
Public ChildTable As DataTable
|
||||
Public TableRelationColumn As String
|
||||
Public ChildRelationColumn As String
|
||||
|
||||
Public DetailRow As DataRow
|
||||
End Class
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user