Click or drag to resize

SessionBaseTryDatabase Method

Gets the current database to try

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