Show / Hide Table of Contents

Class EntityFrameworkDatabaseComponentBase<TDbContext>

Inheritance
System.Object
EntityFrameworkDatabaseComponentBase<TDbContext>
InMemoryEntityFrameworkDatabaseComponent<TDbContext>
PostgreSqlEntityFrameworkDatabaseComponent<TDbContext>
SqliteEntityFrameworkDatabaseComponent<TDbContext>
SqlServerEntityFrameworkDatabaseComponent<TDbContext>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Accelergreat.EntityFramework
Assembly: Accelergreat.EntityFramework.dll
Syntax
public abstract class EntityFrameworkDatabaseComponentBase<TDbContext>
    where TDbContext : DbContext
Type Parameters
Name Description
TDbContext

Properties

AutoRegisterGlobalDataItemsInDbContextCreation

Declaration
protected bool AutoRegisterGlobalDataItemsInDbContextCreation { get; set; }
Property Value
Type Description
System.Boolean

DbContextFactory

Declaration
public IDbContextFactory<TDbContext> DbContextFactory { get; }
Property Value
Type Description
IDbContextFactory<TDbContext>

GlobalDataItems

Declaration
public IReadOnlyCollection<object> GlobalDataItems { get; }
Property Value
Type Description
IReadOnlyCollection<System.Object>

Methods

GlobalDataItemsOfType<T>()

Declaration
public IReadOnlyCollection<T> GlobalDataItemsOfType<T>()
Returns
Type Description
IReadOnlyCollection<T>
Type Parameters
Name Description
T
In This Article
Back to top Copyright © Nanogunn Ltd.