EntityCoreTFieldsIDeserializationCallbackOnDeserialization Method |
Runs when the entire object graph has been deserialized.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax void IDeserializationCallback.OnDeserialization(
Object sender
)
Private Sub OnDeserialization (
sender As Object
) Implements IDeserializationCallback.OnDeserialization
Parameters
- sender
- Type: SystemObject
The object that initiated the callback. The functionality for this parameter is not currently implemented.
Implements
IDeserializationCallbackOnDeserialization(Object)See Also