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.4.0.0 (5.4.0)
Syntaxbool HasDataToXmlSerialize { get; }
ReadOnly Property HasDataToXmlSerialize As Boolean
Get
Property Value
Type:
Boolean
RemarksUsed in Adapter
See Also