C# (CSharp) EntityFramework.VersionedProperties 네임스페이스

중첩된 네임스페이스

EntityFramework.VersionedProperties.Tests

클래스들

이름 설명
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.