Show / Hide Table of Contents

Interface ICmsKitProDbContext

Inherited Members
IEfCoreDbContext.Attach<TEntity>(TEntity)
IEfCoreDbContext.Attach(object)
IEfCoreDbContext.SaveChanges()
IEfCoreDbContext.SaveChanges(bool)
IEfCoreDbContext.SaveChangesAsync(bool, CancellationToken)
IEfCoreDbContext.SaveChangesAsync(CancellationToken)
IEfCoreDbContext.SaveChangesOnDbContextAsync(bool, CancellationToken)
IEfCoreDbContext.Set<T>()
IEfCoreDbContext.Add(object)
IEfCoreDbContext.Add<TEntity>(TEntity)
IEfCoreDbContext.AddAsync(object, CancellationToken)
IEfCoreDbContext.AddAsync<TEntity>(TEntity, CancellationToken)
IEfCoreDbContext.AddRange(IEnumerable<object>)
IEfCoreDbContext.AddRange(params object[])
IEfCoreDbContext.AddRangeAsync(params object[])
IEfCoreDbContext.AddRangeAsync(IEnumerable<object>, CancellationToken)
IEfCoreDbContext.AttachRange(IEnumerable<object>)
IEfCoreDbContext.AttachRange(params object[])
IEfCoreDbContext.Entry<TEntity>(TEntity)
IEfCoreDbContext.Entry(object)
IEfCoreDbContext.Find(Type, params object[])
IEfCoreDbContext.Find<TEntity>(params object[])
IEfCoreDbContext.FindAsync(Type, object[], CancellationToken)
IEfCoreDbContext.FindAsync<TEntity>(object[], CancellationToken)
IEfCoreDbContext.FindAsync<TEntity>(params object[])
IEfCoreDbContext.FindAsync(Type, params object[])
IEfCoreDbContext.Remove<TEntity>(TEntity)
IEfCoreDbContext.Remove(object)
IEfCoreDbContext.RemoveRange(IEnumerable<object>)
IEfCoreDbContext.RemoveRange(params object[])
IEfCoreDbContext.Update<TEntity>(TEntity)
IEfCoreDbContext.Update(object)
IEfCoreDbContext.UpdateRange(params object[])
IEfCoreDbContext.UpdateRange(IEnumerable<object>)
IEfCoreDbContext.Database
IEfCoreDbContext.ChangeTracker
IDisposable.Dispose()
IAsyncDisposable.DisposeAsync()
Namespace: Volo.CmsKit.EntityFrameworkCore
Assembly: Volo.CmsKit.Pro.EntityFrameworkCore.dll
Syntax
[ConnectionStringName("CmsKit")]
public interface ICmsKitProDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Properties

FaqQuestions

Declaration
DbSet<FaqQuestion> FaqQuestions { get; set; }
Property Value
Type Description
DbSet<FaqQuestion>

FaqSections

Declaration
DbSet<FaqSection> FaqSections { get; set; }
Property Value
Type Description
DbSet<FaqSection>

NewsletterPreferences

Declaration
DbSet<NewsletterPreference> NewsletterPreferences { get; set; }
Property Value
Type Description
DbSet<NewsletterPreference>

NewsletterRecords

Declaration
DbSet<NewsletterRecord> NewsletterRecords { get; set; }
Property Value
Type Description
DbSet<NewsletterRecord>

PollOptions

Declaration
DbSet<PollOption> PollOptions { get; set; }
Property Value
Type Description
DbSet<PollOption>

PollUserVotes

Declaration
DbSet<PollUserVote> PollUserVotes { get; set; }
Property Value
Type Description
DbSet<PollUserVote>

Polls

Declaration
DbSet<Poll> Polls { get; set; }
Property Value
Type Description
DbSet<Poll>

ShortenedUrls

Declaration
DbSet<ShortenedUrl> ShortenedUrls { get; set; }
Property Value
Type Description
DbSet<ShortenedUrl>

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
In this article
Back to top Powered by ABP.IO Platform