Click or drag to resize
FieldRelationshipList.DeserializeFromReader Method
Deserializes from reader.

Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void DeserializeFromReader(
	XmlReader reader,
	Project containingProject,
	NormalRelationshipEdge owningRelationship
)

Parameters

reader
Type: System.Xml.XmlReader
The reader.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
The containing project.
owningRelationship
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.NormalRelationshipEdge
The owning relationship.
See Also