C# Class EntityFramework.VersionedProperties.DbContextWithVersionedProperties

Inherit from this class to enable versioned properties in your DbContext. Call DbContext.SaveChanges, DbContext.SaveChangesAsync(), and DbContext.SaveChangesAsync(System.Threading.CancellationToken) as you normally would. They are overridden in DbContextWithTriggers to handle the versioned properties functionality.
Inheritance: DbContextWithTriggers, IDbContextWithVersionedProperties
Afficher le fichier Open project: NickStrupat/EntityFramework.VersionedProperties

Méthodes protégées

Méthode Description
OnModelCreating ( ModelBuilder modelBuilder ) : void

Method Details

OnModelCreating() protected méthode

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