Click or drag to resize

DBCatalog.SaveLocalSyncSourceOverrides Method

Saves the local sync source overrides for this catalog to the file open by the writer specified. Assumes there's at least one schema with LocalOverrideSyncSource set to a value.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
public void SaveLocalSyncSourceOverrides(
	XmlWriter writer
)

Parameters

writer
Type: System.Xml.XmlWriter
See Also