Proprietà IDbAsyncEnumerator.Current
[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.]
Ottiene l'elemento corrente nell'iterazione.
Spazio dei nomi: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
ReadOnly Property Current As Object
Get
'Utilizzo
Dim instance As IDbAsyncEnumerator
Dim value As Object
value = instance.Current
Object Current { get; }
property Object^ Current {
Object^ get ();
}
abstract Current : Object
function get Current () : Object
Valore proprietà
Tipo: System.Object