Skip to main content

Definition

Assembly: Microsoft.EntityFrameworkCore.dll Namespace: Microsoft.EntityFrameworkCore.Metadata.Builders

Syntax

Summary

This type is defined in Microsoft.EntityFrameworkCore.

Remarks

See Microsoft documentation for more information about the rest of the API.

Methods

IgnoreTrackingFields Extension

Extension method from Microsoft.EntityFrameworkCore.Metadata.Builders.DataEFCore_EntityTypeBuilderExtensions
Configures the entity type to ignore tracking fields defined in the DbObservableObject class.

Syntax

Parameters

Returns

Type: Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<T> The same EntityTypeBuilder`1 instance so that multiple calls can be chained.

Type Parameters

  • T - The type of the entity being configured.