| DBElementBaseDeserializeAdditionalAttributes Method  | 
            Deserializes attributes of this element's base class from the reader.
            
 
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected virtual void DeserializeAdditionalAttributes(
	XmlReader reader
)
Protected Overridable Sub DeserializeAdditionalAttributes ( 
	reader As XmlReader
)
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. 
RemarksAssumes the reader is on an element which has the attributes expected
See Also