RelatedEnd.OnDeserialized Method (StreamingContext)
Used internally to deserialize entity objects along with the RelationshipManager instances.
Assembly: EntityFramework (in EntityFramework.dll)
[BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] [SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")] [OnDeserializedAttribute] public void OnDeserialized( StreamingContext context )
Parameters
- context
-
Type:
System.Runtime.Serialization.StreamingContext
The serialized stream.