Walter.Web.FireWall
ManualDatabaseUpdates Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IFireWallConfig Interface : ManualDatabaseUpdates Property
do not automatically update the database,if true generate migration scripts for manual execution only
Syntax
bool ManualDatabaseUpdates {get; set;}

Property Value

if true databases will not be automatically be updated using DDL statements, look at /app_data/setup/SQL/TSQL Migration file {FriendlyName} {state.AssemblyName}.sql statements to manually execute them.
Remarks
Placing a file named ManualDatabaseUpdates.txt on /app_data/setup/SQL/ManualDatabaseUpdates.txt will also cause the firewall to not update the database schema
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFireWallConfig Interface
IFireWallConfig Members