SqlCeConnection Properties
Visual Studio 2010
The SqlCeConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRaiseEvents | (inherited from Component) |
|
ConnectionString | Gets or sets the string used to open a database. (Overrides DbConnection.ConnectionString.) |
|
ConnectionTimeout | Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. (Overrides DbConnection.ConnectionTimeout.) |
|
Container | (inherited from Component) |
|
Database | Gets the name of the current database or the database to be used when a connection is open. (Overrides DbConnection.Database.) |
|
DatabaseIdentifier | Gets the unique identifier of the current database while synchronizing. |
|
DataSource | Gets the file name of the data source. (Overrides DbConnection.DataSource.) |
|
DbProviderFactory | (inherited from DbConnection) |
|
DesignMode | (inherited from Component) |
|
Events | (inherited from Component) |
|
ServerVersion | Returns the database version number as a string. (Overrides DbConnection.ServerVersion.) |
|
Site | (inherited from Component) |
|
State | Gets the current state of the connection. (Overrides DbConnection.State.) |