Skip to main content

Definition

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

Syntax

Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<T> where T : CloudNimble.EasyAF.Core.DbObservableObject

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

public static Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<T> IgnoreTrackingFields<T>(Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<T> builder) where T : CloudNimble.EasyAF.Core.DbObservableObject

Parameters

NameTypeDescription
builderMicrosoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<T>The EntityTypeBuilder`1 used to configure the entity type.

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.