| IdentityKeyUpdateId Method |
Provides functionality to update Primary Key.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic Object UpdateId(
long id
)
Parameters
- id
- Type: SystemInt64
[Missing <param name="id"/> documentation for "M:LiteRepository.IdentityKey.UpdateId(System.Int64)"]
Return Value
Type:
ObjectA new instance with
id as Primary Key.
Implements
IIdentityEntityUpdateId(Int64)
See Also