Interface IEntity<T>
Represents an entity with key.
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IEntity<T> : IEntity where T : CandidateKey
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Name | Description |
|---|---|
| Model | Gets the model with key of the entity. |