See also:
NTier Windows Forms Framework Home
NTier Framework API reference
This method performs the following actions:
- Prompts the user if tables for which entities have been created were unselected
(missing from SelectedTableNames).
- Imports a DbSchema using the tables from SelectedTableNames.
- Creates entities that haven't been created yet but exist in SelectedTableNames.
- Deletes entities that were removed from SelectedTableNames.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool ImportDbSchemaAndCreateEntitiesIfRequired(
INotifications notifications
) |
Visual Basic |
---|
Public Function ImportDbSchemaAndCreateEntitiesIfRequired (
notifications As INotifications
) As Boolean |
Visual C++ |
---|
public:
bool ImportDbSchemaAndCreateEntitiesIfRequired(
INotifications^ notifications
) |
Parameters
- notifications
- Type: INotifications
Return Value
Type:
Boolean
See Also