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

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

Parameters

id
Type: SystemInt64

[Missing <param name="id"/> documentation for "M:LiteRepository.IdentityKey.UpdateId(System.Int64)"]

Return Value

Type: Object
A new instance with id as Primary Key.

Implements

IIdentityEntityUpdateId(Int64)
See Also