Interface IEntityFrameworkOutboxContext
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Data.EntityFramework.Modeling
Assembly: Cephalon.Data.EntityFramework.dll
Declares the write-side Entity Framework Core surface required by the Cephalon outbox implementation.
public interface IEntityFrameworkOutboxContextProperties
Section titled “Properties”OutboxMessages
Section titled “ OutboxMessages”Gets the outbox rows staged by the current write-side
DbSet<EntityFrameworkOutboxEntry> OutboxMessages { get; }