Click or drag to resize

TypedViewBase<T>.DeserializeOwnedData Method

Deserializes the owned data.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public virtual void DeserializeOwnedData(
	SerializationReader reader,
	Object context
)

Parameters

reader
Type: SD.LLBLGen.Pro.ORMSupportClasses.SerializationReader
The reader.
context
Type: System.Object
The context.

Implements

IOwnedDataSerializable.DeserializeOwnedData(SerializationReader, Object)
See Also