Click or drag to resize
TypeShortcutDeserializeFromReader Method
Deserializes the data from reader.

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,
	Dictionary<string, Type> typeConverterCoreTypes
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
typeConverterCoreTypes
Type: System.Collections.GenericDictionaryString, Type
The type converter core types.
See Also