| IOwnedDataSerializableDeserializeOwnedData Method  | 
 
            Lets the implementing class retrieve internal data directly from a SerializationReader.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxvoid DeserializeOwnedData(
	SerializationReader reader,
	Object context
)
Sub DeserializeOwnedData ( 
	reader As SerializationReader,
	context As Object
)
Parameters
- reader
 - Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationReader
The SerializationReader to use - context
 - Type: SystemObject
Optional context to use as a hint as to what to retrieve (BitVector32 is useful)  
See Also