If AutoSyncOnConnect is set to true and the ObjectState property is changed from Disconnected to Connected, the Save method of the business object will be automatically called. If AutoSyncOnConnect is set to false, to synchronize all the changes made to the data locally will need to by synchronized by calling the Save method.
| C# | |
|---|---|
public bool AutoSyncOnConnect {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0