| DBTypeDefinitionDeserializeFromReader Method  | 
 
            Deserializes from reader. Reader is positioned at the element which contains the attributes to read. Reader won't be positioned on another element, all
            data to read is in the current element
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void DeserializeFromReader(
	XmlReader localReader,
	DBDriverBase driverInstance
)
Public Sub DeserializeFromReader ( 
	localReader As XmlReader,
	driverInstance As DBDriverBase
)
Parameters
- localReader
 - Type: System.XmlXmlReader
The local reader. - driverInstance
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBDriverBase
The driver instance. 
See Also