EntityKey.OnDeserializing Method (StreamingContext)

 

Calls after this EntityKey has been deserialized.

Namespace:   System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[OnDeserializingAttribute]
public void OnDeserializing(
	StreamingContext context
)

Parameters

context
Type: System.Runtime.Serialization.StreamingContext

The serialization context.