Click or drag to resize

SessionBaseDeleteLocation Method

Deletes a DatabaseLocation, location must first mot have any Databases in it

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void DeleteLocation(
	DatabaseLocation location,
	bool catalogOnly = false
)

Parameters

location
Type: VelocityDbDatabaseLocation
The DatabaseLocation to delete
catalogOnly (Optional)
Type: SystemBoolean
Of true, only delete catalog entry. Leave the directory as is.
See Also