C# Class DotLog.Sql.LogContext

Inheritance: DbContext
Datei anzeigen Open project: subfuzion/dotlog

Public Methods

Method Description
LogContext ( ) : System.ComponentModel.DataAnnotations.Schema
SaveChangesSync ( ) : void

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

LogContext() public method

public LogContext ( ) : System.ComponentModel.DataAnnotations.Schema
return System.ComponentModel.DataAnnotations.Schema

OnModelCreating() protected method

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
return void

SaveChangesSync() public method

public SaveChangesSync ( ) : void
return void