Click or drag to resize

SessionNoServerShared.Compact Method

Overload List
  NameDescription
Public methodCompact()
Reduce size of databases, if possible, by first attempting to relocate pages to free areas towards the beginning of each Database file and then by truncating files where unused space begins. Run Compact() outside the scope of any transaction.
(Overrides SessionBase.Compact().)
Public methodCompact(Database)
Reduce size of database, if possible, by truncating file where unused space begins
(Overrides SessionBase.Compact(Database).)
Top
See Also