You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
Daniel Wertheim edited this page Nov 29, 2012
·
7 revisions
The Database-class is designed for being longlived. An instance of the ISisoDatabase is always (despite which provider you use) designed for being longlived. Create it once per distinct connection string (database) and then keep it alive for the rest of the application. This is really important. Since the ISisoDatabase implementation holds cached representation of Db-Schemas and any assigned cache-provider (data-cache).