Click or drag to resize

SessionNoServerUpdateDatabase Method

Request an update lock on a database

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public override bool UpdateDatabase(
	Database db
)

Parameters

db
Type: VelocityDbDatabase
The database to update

Return Value

Type: Boolean
true if Database was updated, otherwise throws an exception
See Also