EntityCollection<TEntity>.OnCollectionDeserialized Method (StreamingContext)

 

Used internally to deserialize entity objects.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
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.