Table of Contents

Interface IEntityWithKey<T>

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

Represents an entity with a key.

public interface IEntityWithKey<T> where T : class

Type Parameters

T

The type of the entity.

Methods

GetKeys()

Gets the primary keys of the entity.