SqlCeConnection Members
Represents an open connection to a data source.
The SqlCeConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlCeConnection() () () () | Initializes a new instance of the SqlCeConnection class. | |
SqlCeConnection(String) | Initializes a new instance of the SqlCeConnection class with the specified connection string. |
Top
Methods
Top
Properties
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.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (inherited from Component) | |
FlushFailure | Occurs when the background flush fails. | |
InfoMessage | Occurs when the .NET Compact Framework Data Provider for sends a warning or an informational message. | |
StateChange | Obsolete. Occurs when the state of the connection changes. (Overrides DbConnection. . :: . .StateChange.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDbConnection. . :: . .BeginTransaction() () () () | (inherited from DbConnection) | |
IDbConnection. . :: . .BeginTransaction(IsolationLevel) | (inherited from DbConnection) | |
IDbConnection. . :: . .CreateCommand() () () () | (inherited from DbConnection) |
Top