Click or drag to resize

SessionBaseDeletePage Method

Deletes a page from a database. (part of database Sync beta version - not yet fully designed and tested) Used by SyncWith when syncing databases with another replica of the current databases

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void DeletePage(
	Database db,
	Page page
)

Parameters

db
Type: VelocityDbDatabase
Database containing page to delete
page
Type: VelocityDbPage
Page to delete
See Also