RuntimeForeignKey.IRuntimeForeignKey.DependentsMapFactory Property

Definition

Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory
Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap> Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory : Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap> with get, set
 Property DependentsMapFactory As Func(Of IDependentsMap) Implements IRuntimeForeignKey.DependentsMapFactory

Property Value

Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap>

Implements

Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory
Attributes

Applies to