It is possible to retrieve the underlying DataSet from the ObjectContext. This can then be stored using the normal DataSet methods.
Restoring the ObjectContext involves reading the DataSet and initialising a new ObjectContext with this DataSet.
Please add a code snippet if you have one
Labels:
