Interface that generates, describes and keeps track of all of the temporary keys associated
with a single EntityManager.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The IKeyGenerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetNextTempId |
Generates a new temporary ID for a specified EntityProperty.
| |
IsTempId |
Determines whether a given ID is temporary.
| |
Reset |
Reset temporary ID generation back to its initial state.
|
Properties
Name | Description | |
---|---|---|
TempIds |
Returns the temporary IDs generated since instantiation of this class or the last Reset.
|
See Also