Monitor: More changes

This commit is contained in:
Jonathan Jenne
2021-05-20 16:12:26 +02:00
parent 9133122ef5
commit e29c635f41
10 changed files with 1092 additions and 437 deletions

View File

@@ -3,4 +3,6 @@
Public Class Config
<ConnectionString>
Public Property ConnectionString As String = String.Empty
Public Property SearchKeySQL As String = "SELECT ATTR_ID, ATTR_TITLE, TYPE_NAME FROM IDB_TEST.dbo.VWIDB_BE_ATTRIBUTE WHERE LANG_CODE = 'de-DE'"
End Class