Click or drag to resize
DatabaseMappingDataDeserializeFromReader Method
Deserializes the data for this DatabaseMappingData instance from the reader, which is positioned at the MappingStore element

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void DeserializeFromReader(
	XmlReader reader,
	Project containingProject
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
See Also