Click or drag to resize

SessionBaseCompact Method (Database)

Reduce size of database, if possible, by truncating file where unused space begins

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void Compact(
	Database db
)

Parameters

db
Type: VelocityDbDatabase
Database to compact
See Also