See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public delegate string NTierProjectFileGeneratorDelegate( DbSchema dbSchema, string[] tableNames, string relativeDbSchemaUpgradeResourceFile ) |
| Visual Basic |
|---|
Public Delegate Function NTierProjectFileGeneratorDelegate ( dbSchema As DbSchema, tableNames As String(), relativeDbSchemaUpgradeResourceFile As String ) As String |
| Visual C++ |
|---|
public delegate String^ NTierProjectFileGeneratorDelegate( DbSchema^ dbSchema, array<String^>^ tableNames, String^ relativeDbSchemaUpgradeResourceFile ) |
Parameters
- dbSchema
- Type: NTier.Model.Entity..::..DbSchema
- tableNames
- Type: array<System..::..String>[]()[][]
- relativeDbSchemaUpgradeResourceFile
- Type: System..::..String