Table of Contents

Interface IKEFCoreTable

Namespace
MASES.EntityFrameworkCore.KNet.Storage.Internal
Assembly
MASES.EntityFrameworkCore.KNet.dll

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public interface IKEFCoreTable : IEntityTypeProducer, IDisposable, IKEFCoreTableEntityFinder
Inherited Members

Properties

AssociatedTopicName

The topic associated to this IKEFCoreTable

string AssociatedTopicName { get; }

Property Value

string

Cluster

The referring IKEFCoreCluster

IKEFCoreCluster Cluster { get; }

Property Value

IKEFCoreCluster

Methods

Create(IUpdateEntry)

Creates a new row

IKEFCoreRowBag Create(IUpdateEntry entry)

Parameters

entry IUpdateEntry

Returns

IKEFCoreRowBag

Delete(IUpdateEntry)

Deletes a row

IKEFCoreRowBag Delete(IUpdateEntry entry)

Parameters

entry IUpdateEntry

Returns

IKEFCoreRowBag

Update(IUpdateEntry)

Updates a row

IKEFCoreRowBag Update(IUpdateEntry entry)

Parameters

entry IUpdateEntry

Returns

IKEFCoreRowBag