Click or drag to resize
SQLCEDbManager Methods

The SQLCEDbManager type exposes the following members.

Methods
  Name Description
Protected method AddField (Overrides DbManagerAddField(String, DbManagerFieldDef).)
Public method Backup (Overrides DbManagerBackup.)
Public method Check
Check if the entity exists and is updated in the catalog
(Inherited from DbManager.)
Public method CheckDatabase
Check the database struture
Protected method CheckSchema (Overrides DbManagerCheckSchema.)
Protected method Create (Overrides DbManagerCreate(String, IEnumerableDbManagerFieldDef).)
Public method Dispose (Inherited from DbManager.)
Public method DropDatabase (Overrides DbManagerDropDatabase.)
Protected method DropField (Overrides DbManagerDropField(String, String).)
Protected method Enumerate (Overrides DbManagerEnumerate(String).)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Exists (Overrides DbManagerExists(String).)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetConnectionString (Overrides DbManagerGetConnectionString.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetNhConfiguration (Overrides DbManagerGetNhConfiguration.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnDispose (Overrides DbManagerOnDispose.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method Update (Overrides DbManagerUpdate(String, DbManagerFieldDef).)
Top
Extension Methods
See Also