EntityFramework.VersionedProperties.Tests |
Name | Description |
---|---|
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. |