Show / Hide Table of Contents

Interface IFormsDbContext

Inherited Members
IDisposable.Dispose()
IAsyncDisposable.DisposeAsync()
Namespace: Volo.Forms.EntityFrameworkCore
Assembly: Volo.Forms.EntityFrameworkCore.dll
Syntax
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>
In this article
Back to top Powered by Volosoft