Click or drag to resize

GroupableModelElementMappingDeserializeFromReader Method

Deserializes the entity mapping data from the reader which is positioned on the EntityMapping element.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
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