Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public void LoadLocalSyncSourceOverrides(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
Xml reader positioned at the Catalog element with the name of this catalog.
See Also