Indicates if database was created in the current transactionNumber
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool IsNew { get; }
Public ReadOnly Property IsNew As Boolean
Get
public:
property bool IsNew {
bool get ();
}
member IsNew : bool with get
Property Value
Type:
Boolean
See Also