DBCatalogSaveLocalSyncSourceOverrides 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.10.0.0 (5.10.0)
Syntax public void SaveLocalSyncSourceOverrides(
XmlWriter writer
)
Public Sub SaveLocalSyncSourceOverrides (
writer As XmlWriter
)
Parameters
- writer
- Type: System.XmlXmlWriter
See Also