Click or drag to resize

SessionNoServerUpdateDatabase Method

Request an update lock on a database

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.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