ChangeTracker.IInfrastructure<IStateManager>.Instance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is now deprecated.
Gets the internal state manager being used to store information about tracked entities.
This property is intended for use by extension methods. It is not intended to be used in application code.
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager>.Instance { get; }
[System.Obsolete]
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager>.Instance { get; }
member this.Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager>.Instance : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager
[<System.Obsolete>]
member this.Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager>.Instance : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager
ReadOnly Property Instance As IStateManager Implements IInfrastructure(Of IStateManager).Instance
Property Value
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IStateManager
Implements
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework