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
)
Public Function UpdatePage (
ByRef page As Page
) As Boolean
public:
bool UpdatePage(
Page^% page
)
member UpdatePage :
page : Page byref -> bool
Parameters
- page
- Type: VelocityDbPage
Page to update
Return Value
Type:
Booleantrue if updated OK; otherwise
falseSee Also