Click or drag to resize

SessionBaseTryDatabase Method

Gets the current database to try

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public Database TryDatabase(
	Placement place
)

Parameters

place
Type: VelocityDbPlacement
the placement object to retrieve from

Return Value

Type: Database
A database or null if not cached
See Also