Condividi tramite


Metodo EntityReference<TEntity>.LoadAsync (MergeOption, CancellationToken)

[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.]

Carica in modo asincrono l'entità o le entità correlate nell'entità finale correlata utilizzando l'opzione di merge predefinita.

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

Sintassi

'Dichiarazione
<DebuggerStepThroughAttribute> _
Public Overrides Function LoadAsync ( _
    mergeOption As MergeOption, _
    cancellationToken As CancellationToken _
) As Task
'Utilizzo
Dim instance As EntityReference 
Dim mergeOption As MergeOption 
Dim cancellationToken As CancellationToken 
Dim returnValue As Task 

returnValue = instance.LoadAsync(mergeOption, _
    cancellationToken)
[DebuggerStepThroughAttribute]
public override Task LoadAsync(
    MergeOption mergeOption,
    CancellationToken cancellationToken
)
[DebuggerStepThroughAttribute]
public:
virtual Task^ LoadAsync(
    MergeOption mergeOption, 
    CancellationToken cancellationToken
) override
[<DebuggerStepThroughAttribute>]
abstract LoadAsync : 
        mergeOption:MergeOption * 
        cancellationToken:CancellationToken -> Task 
[<DebuggerStepThroughAttribute>]
override LoadAsync : 
        mergeOption:MergeOption * 
        cancellationToken:CancellationToken -> Task
public override function LoadAsync(
    mergeOption : MergeOption, 
    cancellationToken : CancellationToken
) : Task

Parametri

Valore restituito

Tipo: System.Threading.Tasks.Task
Entità correlate caricate nell'entità finale correlata.

Implements

IRelatedEnd.LoadAsync(MergeOption, CancellationToken)

Vedere anche

Riferimento

EntityReference<TEntity> Classe

Overload LoadAsync

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