ข้ามไปยังเนื้อหา

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 IEntityFrameworkOutboxContext

Gets the outbox rows staged by the current write-side .

DbSet<EntityFrameworkOutboxEntry> OutboxMessages { get; }

DbSet<EntityFrameworkOutboxEntry>