| IIdentityEntityUpdateId Method |
Provides functionality to update Primary Key.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
SyntaxObject 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