SqlCeConnectionPool Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The SqlCeConnectionPool type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlCeConnectionPool |
Methods
Name | Description | |
---|---|---|
CloseSharedConnection |
Closes the "keep alive" connection that is used by all databases with the same connection string as the one you provide.
|
|
CloseSharedConnections |
Closes all "keep alive" connections for all database instanced.
|
|
CreateConnection |
Creates a new connection. If this is the first connection, it also creates an extra "Keep Alive" connection to keep the database open.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
connections |
Keeps a list of "keep alive" connections.
|