See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set whether to save changes to the database upgrader resources file when
IEntitySet.SaveChanges is called.
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
protected abstract bool SaveDbUpgraderResourceFile { get; set; } |
| Visual Basic |
|---|
Protected MustOverride Property SaveDbUpgraderResourceFile As Boolean
Get
Set |
| Visual C++ |
|---|
protected:
virtual property bool SaveDbUpgraderResourceFile {
bool get () abstract;
void set (bool value) abstract;
} |
Property Value
Type:
Boolean
See Also