Click or drag to resize

EntityFieldsCoreTFieldPerformDeserializationInitialization Method

in the deserialization constructor in a derived class this method is called to fill this instance with the data being deserialized.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected void PerformDeserializationInitialization(
	SerializationInfo info
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
See Also