Definition
Assembly: Microsoft.EntityFrameworkCore.dll Namespace: Microsoft.EntityFrameworkCore.Metadata.BuildersSyntax
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_EntityTypeBuilderExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
builder | Microsoft.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.