Click or drag to resize
SerializationReaderReadOwnedData Method
Allows an existing object, implementing IOwnedDataSerializable, to retrieve its owned data from the stream.

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 void ReadOwnedData(
	IOwnedDataSerializable target,
	Object context
)

Parameters

target
Type: SD.LLBLGen.Pro.ORMSupportClassesIOwnedDataSerializable
Any IOwnedDataSerializable object.
context
Type: SystemObject
An optional, arbitrary object to allow context to be provided.
See Also