ProjectAutoCreateMissingForeignKeyFields Method |
Auto-creates for each relationship where the foreign key field(s) are missing and set to 'auto-create' the foreign key fields.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public void AutoCreateMissingForeignKeyFields()
Public Sub AutoCreateMissingForeignKeyFields
See Also