DatabaseIsDeleted Property |
Gets info about this Database about to be deleted or not.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsDeleted { get; }
Public ReadOnly Property IsDeleted As Boolean
Get
public:
property bool IsDeleted {
bool get ();
}
member IsDeleted : bool with get
Property Value
Type:
BooleanSee Also