Click or drag to resize

InstanceInfoExists Property

Gets a value indicating whether the instance files exist on disk.

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Exists { get; }

Property Value

Type: Boolean
true if the instance files exist on disk; otherwise, false.
See Also