Data Port Sync 1.0.500

SqlCeDatabase. Method 

[This is preliminary documentation and subject to change.]

Creates and opens a new SQL CE database.

[Visual Basic]
Public Function ( _
   ByVal Boolean As Boolean _
) As Boolean
[C#]
public bool (
   Boolean bOverwrite
);

Parameters

Boolean
If true, the creation process will overwrite an existing database with the same name.

Return Value

True if successful.

See Also

SqlCeDatabase Class | Primeworks.DesktopSqlCe Namespace