Interface IEntityWithKey<T>
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.
Represents an entity with a key.
public interface IEntityWithKey<T> where T : class
T
The type of the entity.
Gets the primary keys of the entity.