Click or drag to resize
IdentityKey Constructor
Initializes a new instance of the IdentityKey class.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public IdentityKey(
	long id
)

Parameters

id
Type: SystemInt64
Primary Key of an entity.
See Also