Click or drag to resize
FieldMappingListDeserializeFromReader Method
Deserializes the entity field mappings from the reader which is positioned on the FieldMappings 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,
	GroupableModelElementMapping containingMapping
)

Parameters

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