Yes, the section provides an example. However, it doesn't work when I tried.
I just copied the same connection string given in the Developers guid and pasted into the Object Mapper and it said "Unable to connect".
Provider=Microsoft.SQLSERVER.MOBILE.OLEDB.3.0;Data Source=[mypath\myfile].sdf;Persist Security Info=False
When I tried to register "Microsoft SQL Server CE 3.0 OLE DB Provider for Windows" as per the instruction given in the guide, I couldn't find the key that that needs to be edited. This is the key that I need to edit as per the guide.
"[HKEY_CLASSES_ROOT\CLSID\{32CE2952-2585-49a6-AEFF-1732076C2945} "
I couldn't make the Object Mapper both manually as well as through Data Link connect to the CE database.