|
DbManagerExists Method |
Check if the database already exists
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected abstract bool Exists(
string entity
)
Protected MustOverride Function Exists (
entity As String
) As Boolean
protected:
virtual bool Exists(
String^ entity
) abstract
abstract Exists :
entity : string -> bool
Parameters
- entity
- Type: SystemString
Return Value
Type:
Boolean
See Also