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.6.0.0 (5.6.19.0117)
Syntax protected 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