 | VersionInfoExists 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)
Syntaxpublic bool Exists { get; }Public ReadOnly Property Exists As Boolean
Get
public:
property bool Exists {
bool get ();
}member Exists : bool with get
Property Value
Type:
Booleantrue if the instance files exist on disk; otherwise,
false.
See Also