Not sure about iOS and Andriod (guessing no) for SDK 10.
For Window mobile apps- still not included in 10. Not sure if will have 10.1. Been asking for it for awhile. But where there is a will there is a way. What I have done is use some local database on the client that I writed all table edits. Then have a web service set up to handle the syncing between the enterprise database and the local. The more standalone tables and more relationships- the more difficult to write the web service.
Good luck