共用方式為


RuntimeForeignKey.IRuntimeForeignKey.DependentsMapFactory 屬性

定義

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

屬性值

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

實作

Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory
屬性

適用於