MATLABfromCSharp.LogSystem.isServer_DatabasesInLogSystem C# (CSharp) Method

isServer_DatabasesInLogSystem() private static method

Check that the server_databae already exists.
private static isServer_DatabasesInLogSystem ( string srv_db_name ) : bool
srv_db_name string The string representign the server and database.
return bool
        private static bool isServer_DatabasesInLogSystem(string srv_db_name)
        {
            return servers_databases.ContainsKey(srv_db_name);
        }