GetAllDbContexts() public méthode

Returns all the values of the internal dictionary of db contexts.
public GetAllDbContexts ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable <DbContext> GetAllDbContexts()
        {
            SimpleDbContextStorage storage = GetSimpleDbContextStorage();

            return(storage.GetAllDbContexts());
        }