Freigeben über


DbQuery<TResult>.AsNoTracking-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt eine neue Abfrage zurück, wobei die zurückgegebenen Entitäten nicht im DbContext zwischengespeichert werden.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overridable Function AsNoTracking As DbQuery(Of TResult)
'Usage
Dim instance As DbQuery 
Dim returnValue As DbQuery(Of TResult)

returnValue = instance.AsNoTracking()
public virtual DbQuery<TResult> AsNoTracking()
public:
virtual DbQuery<TResult>^ AsNoTracking()
abstract AsNoTracking : unit -> DbQuery<'TResult> 
override AsNoTracking : unit -> DbQuery<'TResult> 
public function AsNoTracking() : DbQuery<TResult>

Rückgabewert

Typ: System.Data.Entity.Infrastructure.DbQuery<TResult>
Eine neue Abfrage mit angewendetem NoTracking.

Siehe auch

Verweis

DbQuery<TResult> Klasse

System.Data.Entity.Infrastructure-Namespace