IncludeContainersDbContextExtenions Class
Namespace: PTS
Assembly: PTS.DomainFramework.Includers.Infrastructure.dll
Syntax
public static class IncludeContainersDbContextExtenions
Inheritance
System.Object
IncludeContainersDbContextExtenions
Methods
UseIncluderInfrastructure<TContext>(DbContextOptionsBuilder<TContext>)
Declaration
public static DbContextOptionsBuilder<TContext> UseIncluderInfrastructure<TContext>(this DbContextOptionsBuilder<TContext> optionsBuilder)
where TContext : DbContext, IEntityServiceProvider
Parameters
Type | Name | Description |
---|---|---|
Microsoft.EntityFrameworkCore.DbContextOptionsBuilder<TContext> | optionsBuilder |
Returns
Type | Description |
---|---|
Microsoft.EntityFrameworkCore.DbContextOptionsBuilder<TContext> |
Type Parameters
Name | Description |
---|---|
TContext |
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()