SqlCeConnection Constructor
Visual Studio 2010
Initializes a new instance of the SqlCeConnection class.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
When a new instance of SqlCeConnection is created, the read/write properties are set to the following initial values unless they are specifically set by using their associated keywords in the ConnectionString property.
Properties | Initial Value |
|---|---|
empty string ("") | |
empty string ("") |
You can change the value for these properties only by using the ConnectionString property.
The following example creates and opens a SqlCeConnection.
Show: