| IIdentityEntity Interface |
Denotes a class has identity primary key.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic interface IIdentityEntity
The IIdentityEntity type exposes the following members.
Properties|
| Name | Description |
|---|
 | Id |
Gets a Primary Key of an entity.
|
Top
Methods|
| Name | Description |
|---|
 | UpdateId |
Provides functionality to update Primary Key.
|
Top
See Also