IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityManager Class : ForceIdFixupAsync Method |
'Declaration
Public Function ForceIdFixupAsync() As Task
'Usage
Dim instance As EntityManager Dim value As Task value = instance.ForceIdFixupAsync()
public Task ForceIdFixupAsync()
An exception will be thrown if any entity properties whose schema definition has a StoreGeneratedPattern="identity" attribute are pending fixup, since these IDs can only be assigned during a save operation.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2