Click or drag to resize
DBElementBaseDeserializeAdditionalAttributes Method
Deserializes attributes of this element's base class from the reader.

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
protected virtual void DeserializeAdditionalAttributes(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
Remarks
Assumes the reader is on an element which has the attributes expected
See Also