SqlCeEngine Members
Represents the properties, methods, and other objects of the SQL Server Compact 3.5 SP1 Engine object. This class cannot be inherited.
The following tables list the members exposed by the SqlCeEngine type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeEngine | Overloaded. Initializes a new instance of the SqlCeEngine class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
LocalConnectionString | Gets or sets the connection string to the SQL Server Compact 3.5 SP1 database. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Compact | Reclaims wasted space in the SQL Server Compact 3.5 SP1 database by creating a new database file from the existing file. This method is also used to change the collating order, encryption, or password settings of the database. |
![]() |
CreateDatabase | Creates a new database. |
![]() |
Dispose | Releases all SQL Server Compact 3.5 SP1SqlCeEngine resources. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Repair | Repairs a corrupted database. |
![]() |
Shrink | Reclaims wasted space in the SQL Server Compact 3.5 SP1 database by moving empty pages to the end of the file, and then truncating the file. |
![]() |
ToString | (inherited from Object ) |
![]() |
Upgrade | Overloaded. |
![]() |
Verify | Overloaded. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top