Click or drag to resize
SerializationHelperDeserialize Method (IEntityCollection2, SerializationInfo, StreamingContext)
Deserializes the specified entity collection.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static void Deserialize(
	IEntityCollection2 entityCollection,
	SerializationInfo info,
	StreamingContext context
)

Parameters

entityCollection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
The entity collection.
info
Type: System.Runtime.SerializationSerializationInfo
The info.
context
Type: System.Runtime.SerializationStreamingContext
The context.
See Also