Imports DigitalData.Modules.Config.ConfigAttributes Public Class Config Public Property ConnectionString As String = String.Empty Public Property DBPrefix As String = "DD_ECM" Public Property SearchSQL As String = $"SELECT * FROM {DBPrefix}.[dbo].[TBMON_PROFILE] WHERE ACTIVE = 1 ORDER BY SEQUENCE" End Class