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