Interface ISaasDbContext
Assembly: Volo.Saas.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("Saas")]
public interface ISaasDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
Editions
Declaration
DbSet<Edition> Editions { get; }
Property Value
TenantConnectionStrings
Declaration
DbSet<TenantConnectionString> TenantConnectionStrings { get; }
Property Value
Tenants
Declaration
DbSet<Tenant> Tenants { get; }
Property Value
Type |
Description |
DbSet<Tenant> |
|
Extension Methods