Visual Basic (Declaration) | |
---|---|
Public Sub ForceIdFixup() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityManager instance.ForceIdFixup() |
C# | |
---|---|
public void ForceIdFixup() |
C++/CLI | |
---|---|
public: void ForceIdFixup(); |
Exception | Description |
---|---|
IdeaBlade.Core.IdeaBladeException | |
IdeaBlade.EntityModel.EntityServerException | Login, connection, ID fixup failures |
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