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
y82ba9ca.pubproperty(en-us,VS.90).gif 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
y82ba9ca.pubmethod(en-us,VS.90).gif 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.
y82ba9ca.pubmethod(en-us,VS.90).gif CreateDatabase Creates a new database.
y82ba9ca.pubmethod(en-us,VS.90).gif Dispose Releases all SQL Server Compact 3.5 SP1SqlCeEngine resources.
y82ba9ca.pubmethod(en-us,VS.90).gif Equals  Overloaded. (inherited from Object )
y82ba9ca.pubmethod(en-us,VS.90).gif GetHashCode  (inherited from Object )
y82ba9ca.pubmethod(en-us,VS.90).gif GetType  (inherited from Object )
y82ba9ca.pubmethod(en-us,VS.90).gif y82ba9ca.static(en-us,VS.90).gif ReferenceEquals  (inherited from Object )
y82ba9ca.pubmethod(en-us,VS.90).gif Repair Repairs a corrupted database.
y82ba9ca.pubmethod(en-us,VS.90).gif 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.
y82ba9ca.pubmethod(en-us,VS.90).gif ToString  (inherited from Object )
y82ba9ca.pubmethod(en-us,VS.90).gif Upgrade Overloaded.  
y82ba9ca.pubmethod(en-us,VS.90).gif Verify Overloaded.  

Top

Protected Methods

  Name Description
y82ba9ca.protmethod(en-us,VS.90).gif Finalize  (inherited from Object )
y82ba9ca.protmethod(en-us,VS.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SqlCeEngine Class
System.Data.SqlServerCe Namespace