Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Glimpse

danielwertheim edited this page May 7, 2012 · 11 revisions

Just install the SisoDb.Glimpse NuGet package and assign a value to SisoDbGlimpsePlugin.ResolveDatabasesUsing : Func<IEnumerable<ISisoDatabase> in Global.asax.Application_Start().

Example

SisoDb.Glimpse.SisoDbGlimpsePlugin.ResolveDatabasesUsing = () => new[] { Database };

You will then be able to investigate what structure schemas SisoDb handles per database and what it will index. E.g

Test

Clone this wiki locally