C# Class DotLog.Sql.LogContext

Inheritance: DbContext
Afficher le fichier Open project: subfuzion/dotlog

Méthodes publiques

Méthode Description
LogContext ( ) : System.ComponentModel.DataAnnotations.Schema
SaveChangesSync ( ) : void

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

LogContext() public méthode

public LogContext ( ) : System.ComponentModel.DataAnnotations.Schema
Résultat System.ComponentModel.DataAnnotations.Schema

OnModelCreating() protected méthode

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
Résultat void

SaveChangesSync() public méthode

public SaveChangesSync ( ) : void
Résultat void