DbSqlQuery::AsNoTracking Method ()
Entity Framework 6.0
Returns a new query where the results of the query will not be tracked by the associated DbContext.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Data.Entity.Infrastructure::DbSqlQuery^A new query with NoTracking applied.
Show: