Click or drag to resize

SessionBaseUpdatePage Method

Update a Page. Used by VelocityDBExtensions project

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool UpdatePage(
	ref Page page
)

Parameters

page
Type: VelocityDbPage
Page to update

Return Value

Type: Boolean
true if updated OK; otherwise false
See Also