コード例 #1
0
 /// <summary>
 ///		This will close the "keep alive" connection that is kept open once you first access
 ///		the database through this class. Calling this method will close the "keep alive"
 ///		connection for all instances. The next database access will open a new "keep alive"
 ///		connection.
 /// </summary>
 public void CloseSharedConnection()
 {
     SqlCeConnectionPool.CloseSharedConnection(this);
 }