Click or drag to resize
EntityFieldsCoreTFieldIDeserializationCallbackOnDeserialization 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.0.0.0 (5.0.0)
Syntax
void IDeserializationCallback.OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
The object that initiated the callback. The functionality for this parameter is not currently implemented.

Implements

IDeserializationCallbackOnDeserialization(Object)
See Also