| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Function ForceIdFixupAsync() As BaseOperation | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As EntityManager Dim value As BaseOperation value = instance.ForceIdFixupAsync() | |
| C# | |
|---|---|
| public BaseOperation ForceIdFixupAsync() | |
| C++/CLI | |
|---|---|
| public: BaseOperation^ ForceIdFixupAsync(); | |
Auto-generated temporary IDs are automatically "fixed up" during save processing. You can force that fixup to be done prior to a save by calling this method. 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
     
     
     
    