Click or drag to resize
IAuditorHasDataToXmlSerialize Property
Gets if the auditor object has data which should be Xml serialized. If this property returns false, no serialization (and thus no deserialization) will take place of the data to XML.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool HasDataToXmlSerialize { get; }

Property Value

Type: Boolean
Remarks
Used in Adapter
See Also