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
属性

適用対象