The methods of the SqlCeDatabase class are listed below. For a complete list of SqlCeDatabase class members, see the SqlCeDatabase Members topic.
AlterIdentity | Changes the IDENTITY column information on a given table |
BeginTransaction | Begins a database transaction. |
Close | Closes the SQL CE database. |
Create | Creates and opens a new SQL CE database. |
DisconnectTable | Drop all indexes and foreign key constraints of this table. |
Dispose | Overloaded. Frees all unmanaged resources. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
LoadSchema | Loads the list of user tables in the database. |
Open | Opens an existing SQL CE database. |
ReconnectTable | Recreates all indexes and foreign key constraints of this table. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
TrackChanges | Starts the process of tracking changes to the SQL CE database |
Dispose | Overloaded. Called from public Dispose to destroy the database object. |
Finalize | Finalizer |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace