Show / Hide Table of Contents

Interface IFormsDbContext

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.Forms.EntityFrameworkCore
Assembly: Volo.Forms.EntityFrameworkCore.dll
Syntax
[ConnectionStringName("Forms")]
public interface IFormsDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Properties

Answers

Declaration
DbSet<Answer> Answers { get; }
Property Value
Type Description
DbSet<Answer>

Checkboxes

Declaration
DbSet<Checkbox> Checkboxes { get; }
Property Value
Type Description
DbSet<Checkbox>

ChoiceMultiples

Declaration
DbSet<ChoiceMultiple> ChoiceMultiples { get; }
Property Value
Type Description
DbSet<ChoiceMultiple>

Choices

Declaration
DbSet<Choice> Choices { get; }
Property Value
Type Description
DbSet<Choice>

DropdownLists

Declaration
DbSet<DropdownList> DropdownLists { get; }
Property Value
Type Description
DbSet<DropdownList>

FormResponses

Declaration
DbSet<FormResponse> FormResponses { get; }
Property Value
Type Description
DbSet<FormResponse>

Forms

Declaration
DbSet<Form> Forms { get; }
Property Value
Type Description
DbSet<Form>

Questions

Declaration
DbSet<QuestionBase> Questions { get; }
Property Value
Type Description
DbSet<QuestionBase>

ShortTexts

Declaration
DbSet<ShortText> ShortTexts { get; }
Property Value
Type Description
DbSet<ShortText>

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