AliaSQL.UnitTests.ChangeScriptExecutorTester.getConnectionSettings C# (CSharp) Method

getConnectionSettings() private method

private getConnectionSettings ( ) : AliaSQL.Core.Model.ConnectionSettings
return AliaSQL.Core.Model.ConnectionSettings
        private ConnectionSettings getConnectionSettings()
        {
            return new ConnectionSettings(String.Empty, String.Empty, false, String.Empty, String.Empty);
        }