DBCatalogLoadLocalSyncSourceOverrides Method  | 
 
            Loads the local sync source overrides from the file open by the reader specified, for the schemas in this catalog.
            
 
    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 LoadLocalSyncSourceOverrides(
	XmlReader reader
)
Public Sub LoadLocalSyncSourceOverrides ( 
	reader As XmlReader
)
Parameters
- reader
 - Type: System.XmlXmlReader
Xml reader positioned at the Catalog element with the name of this catalog. 
See Also