DbSqlQuery.AsNoTracking Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new query where the results of the query will not be tracked by the associated DbContext.
public virtual System.Data.Entity.Infrastructure.DbSqlQuery AsNoTracking ();
abstract member AsNoTracking : unit -> System.Data.Entity.Infrastructure.DbSqlQuery
override this.AsNoTracking : unit -> System.Data.Entity.Infrastructure.DbSqlQuery
Public Overridable Function AsNoTracking () As DbSqlQuery
Returns
A new query with NoTracking applied.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework