| 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.1.0.0 (5.1.0)
Syntaxpublic void ReadOwnedData(
	IOwnedDataSerializable target,
	Object context
)
Public Sub ReadOwnedData ( 
	target As IOwnedDataSerializable,
	context As Object
)
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