CollectionCoreTDeserializationInProgress Property |
Gets or sets a value indicating whether [deserialization in progress].
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [XmlIgnoreAttribute]
protected bool DeserializationInProgress { get; set; }
<XmlIgnoreAttribute>
Protected Property DeserializationInProgress As Boolean
Get
Set
Property Value
Type:
Booleantrue if [deserialization in progress]; otherwise,
false.
See Also