Interface IEntityFrameworkInboxContext
Namespace: Cephalon.Data.EntityFramework.Modeling
Assembly: Cephalon.Data.EntityFramework.dll
Declares the write-side Entity Framework Core surface required by the Cephalon inbox implementation.
public interface IEntityFrameworkInboxContextProperties
Section titled “Properties”InboxMessages
Section titled “ InboxMessages”Gets the processed-message rows tracked by the current write-side
DbSet<EntityFrameworkInboxEntry> InboxMessages { get; }