Partager via


IDbAsyncEnumerator<T>.Current, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient l'élément en cours dans l'itération.

Espace de noms :  System.Data.Entity.Infrastructure
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
ReadOnly Property Current As T
    Get
'Utilisation
Dim instance As IDbAsyncEnumerator 
Dim value As T

value = instance.Current
T Current { get; }
property T Current {
    T get ();
}
abstract Current : 'T
function get Current () : T

Valeur de propriété

Type : T

Voir aussi

Référence

IDbAsyncEnumerator<T> Interface

Espace de noms System.Data.Entity.Infrastructure