EDMIService: Add dataview to create indexes on cached tables

This commit is contained in:
Jonathan Jenne
2021-09-13 15:42:04 +02:00
parent 9fc5092fc7
commit 6c2bf88cfc
2 changed files with 14 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
Public Class ResultTable
Public Table As DataTable
Public View As DataView
Public ChildTable As DataTable
Public TableRelationColumn As String
Public ChildRelationColumn As String