[This is preliminary documentation and subject to change.]
Changes the current database for an open SqlCeConnection.
[Visual Basic]
Overrides Public Sub ( _
ByVal
String As
String _
) _
[C#]
public override
void (
String strDatabaseName);
Parameters
-
String
- The database name (path and file name).
Implements
IDbConnection.
See Also
SqlCeConnection Class | Primeworks.DesktopSqlCe Namespace