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: 11.1.0.0 (11.1)
Syntax
public bool IsLocal { get; }

Return Value

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