Rework Profiles, Add Validation, Add Placeholders, Add Controls
This commit is contained in:
@@ -4,5 +4,5 @@ Public Class Config
|
||||
<ConnectionString>
|
||||
Public Property ConnectionString As String = String.Empty
|
||||
Public Property DBPrefix As String = "DD_ECM"
|
||||
Public Property SearchSQL As String = $"SELECT * FROM {DBPrefix}.[dbo].TBDD_MONITORING_PROFILE WHERE ACTIVE = 1 ORDER BY SEQUENCE"
|
||||
Public Property SearchSQL As String = $"SELECT * FROM {DBPrefix}.[dbo].[TBMON_PROFILE] WHERE ACTIVE = 1 ORDER BY SEQUENCE"
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user