Click or drag to resize
IIdentityEntityUpdateId Method
Provides functionality to update Primary Key.

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

Parameters

id
Type: SystemInt64
A new primary key.

Return Value

Type: Object
Instance with a new primary key. Current or creates a new (depends on realization).
See Also