Click or drag to resize
IIdentityEntity Interface
Denotes a class has identity primary key.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public interface IIdentityEntity

The IIdentityEntity type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets a Primary Key of an entity.
Top
Methods
  NameDescription
Public methodUpdateId
Provides functionality to update Primary Key.
Top
See Also