Click or drag to resize

SessionBaseAnyPageWritten Method

Find out if any pages have been written for a given database in this update transaction

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool AnyPageWritten(
	Database db
)

Parameters

db
Type: VelocityDbDatabase
The database of interest

Return Value

Type: Boolean
true if any pages have been written, otherwise false
See Also