Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
protected override void DeserializeAdditionalAttributes(
	XmlReader localReader,
	DBSchema containingSchema
)

Parameters

localReader
Type: System.XmlXmlReader
The local reader.
containingSchema
Type: SD.LLBLGen.Pro.DBDriverCoreDBSchema
The containing schema.
See Also