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.6.0.0 (5.6.19.0117)
Syntax public 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