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.