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.8.0.0 (5.8.21.0208)
Syntaxpublic void DeserializeFromReader(
	XmlReader reader,
	Dictionary<string, Type> typeConverterCoreTypes
)
Public Sub DeserializeFromReader ( 
	reader As XmlReader,
	typeConverterCoreTypes As Dictionary(Of String, Type)
)
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. - typeConverterCoreTypes
 - Type: System.Collections.GenericDictionaryString, Type
The type converter core types. 
See Also