2020-12-11 17:02:32 +01:00

7 lines
183 B
VB.net

Public Class JobResult
Public Table As DataTable
Public ChildTable As DataTable
Public TableRelationColumn As String
Public ChildRelationColumn As String
End Class