SqlCeConnection Constructor

Initializes a new instance of the SqlCeConnection class.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

[SecurityTreatAsSafeAttribute]
[SecurityCriticalAttribute]
public:
SqlCeConnection()

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

ConnectionString

empty string ("")

DataSource

empty string ("")

You can change the value for these properties only by using the ConnectionString property.

The following example creates and opens a SqlCeConnection.

No code example is currently available or this language may not be supported.
Show: