Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
protected virtual 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