C# 클래스 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.
상속: DbContextWithTriggers, IDbContextWithVersionedProperties
파일 보기 프로젝트 열기: NickStrupat/EntityFramework.VersionedProperties

보호된 메소드들

메소드 설명
OnModelCreating ( ModelBuilder modelBuilder ) : void

메소드 상세

OnModelCreating() 보호된 메소드

protected OnModelCreating ( ModelBuilder modelBuilder ) : void
modelBuilder ModelBuilder
리턴 void