Click or drag to resize

ServerClientSessionCompact 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 override void Compact(
	Database db
)

Parameters

db
Type: VelocityDbDatabase
Database to compact
See Also