EntityKey.OnDeserialized(StreamingContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper method that is used to deserialize an EntityKey.
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[System.Runtime.Serialization.OnDeserialized]
public void OnDeserialized (System.Runtime.Serialization.StreamingContext context);
member this.OnDeserialized : System.Runtime.Serialization.StreamingContext -> unit
Public Sub OnDeserialized (context As StreamingContext)
Parameters
- context
- StreamingContext
Describes the source and destination of a given serialized stream and provides an additional caller-defined context.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework