|
SQLiteDbManagerExists Method |
Namespace: DrawerBackup.Native.Data.Engines.SQLiteAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected override bool Exists(
string entity
)
Protected Overrides Function Exists (
entity As String
) As Boolean
protected:
virtual bool Exists(
String^ entity
) override
abstract Exists :
entity : string -> bool
override Exists :
entity : string -> bool
Parameters
- entity
- Type: SystemString
Return Value
Type:
Boolean
See Also