Show / Hide Table of Contents

Interface ISaasDbContext

Inherited Members
IDisposable.Dispose()
IAsyncDisposable.DisposeAsync()
Namespace: Volo.Saas.EntityFrameworkCore
Assembly: Volo.Saas.EntityFrameworkCore.dll
Syntax
public interface ISaasDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Properties

Editions

Declaration
DbSet<Edition> Editions { get; }
Property Value
Type Description
DbSet<Edition>

TenantConnectionStrings

Declaration
DbSet<TenantConnectionString> TenantConnectionStrings { get; }
Property Value
Type Description
DbSet<TenantConnectionString>

Tenants

Declaration
DbSet<Tenant> Tenants { get; }
Property Value
Type Description
DbSet<Tenant>
In this article
Back to top Powered by Volosoft