Click or drag to resize
FieldReferenceListDeserializeFromReader Method
Deserializes the data in this unique constaint from the xml in the reader passed in

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
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,
	HashSet<IFieldElementCore> fieldList
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
fieldList
Type: System.Collections.GenericHashSetIFieldElementCore
The field list.
See Also