I have the following methods: SingleUserMode() – turns the single user mode on in the database BeginEdit() – starts the edit of items in the context, locks them in the database SaveChanges() – saves the changes to the database ReleaseSingleUserMode() – turns the single user mode off in the database Each method returns an objectRead more