Click or drag to resize
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)
Syntax
public void DeserializeFromReader(
	XmlReader localReader,
	DBDriverBase driverInstance
)

Parameters

localReader
Type: System.XmlXmlReader
The local reader.
driverInstance
Type: SD.LLBLGen.Pro.DBDriverCoreDBDriverBase
The driver instance.
See Also