Generates a new temporary ID for a specified EntityProperty.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
Parameters
- property
- Type: Breeze.SharpDataProperty
Property for which a new ID should be generated
Return Value
Type: ObjectA new temporary ID
Remarks
This method should also store the temporary IDs generated in a UniqueIdCollection.
See Also