Interface IPaymentDbContext
Assembly: Volo.Payment.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("Payment")]
public interface IPaymentDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
GatewayPlans
Declaration
DbSet<GatewayPlan> GatewayPlans { get; }
Property Value
PaymentRequests
Declaration
DbSet<PaymentRequest> PaymentRequests { get; }
Property Value
Plans
Declaration
DbSet<Plan> Plans { get; }
Property Value
Type |
Description |
DbSet<Plan> |
|
Extension Methods