BitrixAQA.General.SQLExecutor.GetCustomConnectionString C# (CSharp) Method

GetCustomConnectionString() private static method

Заполняем параметры кастомного соединения с формы
private static GetCustomConnectionString ( ) : string
return string
        private static string GetCustomConnectionString()
        {
            DBType = MainForm.form.cmbboxDBType.Text;
            return MainForm.form.rtextboxConnectionString.Text;
        }