Click or drag to resize
SQLCEDbManager Class
Inheritance Hierarchy
SystemObject
  DrawerBackup.Native.DataDbManager
    DrawerBackup.Native.Data.Engines.SQLServerCeSQLCEDbManager

Namespace: DrawerBackup.Native.Data.Engines.SQLServerCe
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class SQLCEDbManager : DbManager

The SQLCEDbManager type exposes the following members.

Constructors
  NameDescription
Public methodSQLCEDbManager
Initializes a new instance of the SQLCEDbManager class
Top
Methods
  NameDescription
Protected methodAddField (Overrides DbManagerAddField(String, DbManagerFieldDef).)
Public methodBackup (Overrides DbManagerBackup.)
Public methodCheck
Check if the entity exists and is updated in the catalog
(Inherited from DbManager.)
Public methodCheckDatabase
Check the database struture
Protected methodCheckSchema (Overrides DbManagerCheckSchema.)
Protected methodCreate (Overrides DbManagerCreate(String, IEnumerableDbManagerFieldDef).)
Public methodDispose (Inherited from DbManager.)
Public methodDropDatabase (Overrides DbManagerDropDatabase.)
Protected methodDropField (Overrides DbManagerDropField(String, String).)
Protected methodEnumerate (Overrides DbManagerEnumerate(String).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExists (Overrides DbManagerExists(String).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConnectionString (Overrides DbManagerGetConnectionString.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNhConfiguration (Overrides DbManagerGetNhConfiguration.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDispose (Overrides DbManagerOnDispose.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdate (Overrides DbManagerUpdate(String, DbManagerFieldDef).)
Top
Extension Methods
See Also