Condividi tramite


Metodo RelationshipManager.OnSerializing

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Chiamato da Object Services per preparare un oggetto EntityKey per la serializzazione binaria con una relazione serializzata.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")> _
<BrowsableAttribute(False)> _
<OnSerializingAttribute> _
Public Sub OnSerializing ( _
    context As StreamingContext _
)
'Utilizzo
Dim instance As RelationshipManager 
Dim context As StreamingContext

instance.OnSerializing(context)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[BrowsableAttribute(false)]
[OnSerializingAttribute]
public void OnSerializing(
    StreamingContext context
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2238:ImplementSerializationMethodsCorrectly")]
[BrowsableAttribute(false)]
[OnSerializingAttribute]
public:
void OnSerializing(
    StreamingContext context
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")>]
[<BrowsableAttribute(false)>]
[<OnSerializingAttribute>]
member OnSerializing : 
        context:StreamingContext -> unit
public function OnSerializing(
    context : StreamingContext
)

Parametri

Vedere anche

Riferimento

RelationshipManager Classe

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses