EntityCollection<TEntity>.OnCollectionDeserialized Method (StreamingContext)
Used internally to deserialize entity objects.
Assembly: EntityFramework (in EntityFramework.dll)
[BrowsableAttribute(false)] [OnDeserializedAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Never)] [SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")] public void OnCollectionDeserialized( StreamingContext context )
Parameters
- context
-
Type:
System.Runtime.Serialization.StreamingContext
The streaming context.