Interface IFormsDbContext
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
ChoiceMultiples
Declaration
DbSet<ChoiceMultiple> ChoiceMultiples { get; }
Property Value
Choices
Declaration
DbSet<Choice> Choices { get; }
Property Value
Type |
Description |
DbSet<Choice> |
|
DropdownLists
Declaration
DbSet<DropdownList> DropdownLists { get; }
Property Value
FormResponses
Declaration
DbSet<FormResponse> FormResponses { get; }
Property Value
Forms
Declaration
DbSet<Form> Forms { get; }
Property Value
Type |
Description |
DbSet<Form> |
|
Questions
Declaration
DbSet<QuestionBase> Questions { get; }
Property Value
ShortTexts
Declaration
DbSet<ShortText> ShortTexts { get; }
Property Value
Extension Methods