Click or drag to resize

DatabaseIsLocal Property

Gets info about this Database being on the local host or not.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool IsLocal { get; }

Return Value

Type: Boolean
true if this Database is located on the local host; otherwise, false.
See Also