Freigeben über


DbSqlQuery<TEntity>.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 DbSqlQuery(Of TEntity)
'Usage
Dim instance As DbSqlQuery 
Dim returnValue As DbSqlQuery(Of TEntity)

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

Rückgabewert

Typ: System.Data.Entity.Infrastructure.DbSqlQuery<TEntity>
Eine neue Abfrage mit angewendetem NoTracking.

Siehe auch

Verweis

DbSqlQuery<TEntity> Klasse

System.Data.Entity.Infrastructure-Namespace