EntityKey::OnDeserializing Method (StreamingContext)
.NET Framework (current version)
Helper method that is used to deserialize an EntityKey.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: [BrowsableAttribute(false)] [OnDeserializingAttribute] void OnDeserializing( StreamingContext context )
Parameters
- context
-
Type:
System.Runtime.Serialization::StreamingContext
Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
OnDeserializing is used by Object Services when deserializing an EntityKey. For more information, see Serializing Objects.
.NET Framework
Available since 3.5
Available since 3.5
Show: