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: 8.2.1.0 (8.2.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