| DBFieldDeserializeAdditionalAttributes Method (XmlReader, DBSchema) | 
 
            Deserializes the additional attributes.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected virtual void DeserializeAdditionalAttributes(
	XmlReader localReader,
	DBSchema containingSchema
)
Protected Overridable Sub DeserializeAdditionalAttributes ( 
	localReader As XmlReader,
	containingSchema As DBSchema
)
Parameters
- localReader
 - Type: System.XmlXmlReader
The local reader. - containingSchema
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBSchema
The containing schema. 
See Also