Click or drag to resize

SessionBaseReplacePage Method

Only to be used in VelocityDbExtensions while syncing databases

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void ReplacePage(
	Database databaseToUpdate,
	Page pageToUpdate,
	Page pageToRead
)

Parameters

databaseToUpdate
Type: VelocityDbDatabase
Database being synced
pageToUpdate
Type: VelocityDbPage
Page to sync
pageToRead
Type: VelocityDbPage
Page to sync from
See Also