C# Class AbpIoAzureDevops.EntityFrameworkCore.AbpIoAzureDevopsDbContext

Inheritance: AbpDbContext
Afficher le fichier Open project: bartvanhoey/AbpIoAzureDevopsRepo

Méthodes publiques

Méthode Description
AbpIoAzureDevopsDbContext ( DbContextOptions options ) : Microsoft.EntityFrameworkCore

Méthodes protégées

Méthode Description
OnModelCreating ( ModelBuilder builder ) : void

Method Details

AbpIoAzureDevopsDbContext() public méthode

public AbpIoAzureDevopsDbContext ( DbContextOptions options ) : Microsoft.EntityFrameworkCore
options DbContextOptions
Résultat Microsoft.EntityFrameworkCore

OnModelCreating() protected méthode

protected OnModelCreating ( ModelBuilder builder ) : void
builder ModelBuilder
Résultat void