DbContext.IDbContextDependencies.StateManager Vlastnost

Definice

Jedná se o interní rozhraní API, které podporuje infrastrukturu Entity Framework Core a nepodléhá stejným standardům kompatibility jako veřejná rozhraní API. V libovolné verzi může být bez upozornění změněna nebo odebrána. Měli byste ho používat přímo v kódu pouze s mimořádnou opatrností a s vědomím, že při aktualizaci na novou verzi Entity Framework Core může dojít k selháním aplikace.

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

Hodnota vlastnosti

Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager

Implementuje

Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies.StateManager
Atributy

Platí pro