DbContext.IDbContextDependencies.EntityGraphAttacher Propiedad

Definición

Se trata de una API interna que admite la infraestructura de Entity Framework Core y no está sujeta a los mismos estándares de compatibilidad que las API públicas. Se puede cambiar o quitar sin previo aviso en ninguna versión. Solo debe usarlo directamente en el código con extrema precaución y saber que hacerlo puede provocar errores en la aplicación al actualizar a una nueva versión de Entity Framework Core.

Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IEntityGraphAttacher Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityGraphAttacher { get; }
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IEntityGraphAttacher Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityGraphAttacher { get; }
member this.Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityGraphAttacher : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IEntityGraphAttacher
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityGraphAttacher : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IEntityGraphAttacher
 ReadOnly Property EntityGraphAttacher As IEntityGraphAttacher Implements IDbContextDependencies.EntityGraphAttacher

Valor de propiedad

Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IEntityGraphAttacher

Implementaciones

Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.EntityGraphAttacher
Atributos

Se aplica a