EntityCollection<TEntity>::OnCollectionDeserialized Method (StreamingContext)

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to deserialize entity objects.

Namespace:   System.Data.Objects.DataClasses
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
[OnDeserializedAttribute]
[BrowsableAttribute(false)]
void OnCollectionDeserialized(
	StreamingContext context
)

Parameters

context
Type: System.Runtime.Serialization::StreamingContext

The streaming context.

.NET Framework
Available since 4.0
Return to top
Show: