DBTableFieldDeserializeAdditionalAttributes 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.3.0.0 (5.3.0)
Syntax protected override void DeserializeAdditionalAttributes(
XmlReader localReader,
DBSchema containingSchema
)
Protected Overrides 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