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.10.0.0 (5.10.0)
Syntax public 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