Click or drag to resize

SessionNoServerSharedCompact 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 SessionBaseCompact.)
Public methodCompact(Database)
Reduce size of database, if possible, by truncating file where unused space begins
(Overrides SessionBaseCompact(Database).)
Top
See Also