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
)
Public Function AnyPageWritten (
db As Database
) As Boolean
public:
bool AnyPageWritten(
Database^ db
)
member AnyPageWritten :
db : Database -> bool
Parameters
- db
- Type: VelocityDbDatabase
The database of interest
Return Value
Type:
Booleantrue if any pages have been written, otherwise false
See Also