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.11.0.0 (5.11.23.1114)
Syntaxpublic void SaveLocalSyncSourceOverrides(
	XmlWriter writer
)
Public Sub SaveLocalSyncSourceOverrides ( 
	writer As XmlWriter
)
Parameters
- writer
 - Type: System.XmlXmlWriter
 
See Also