RuntimeForeignKey.IRuntimeForeignKey.DependentsMapFactory 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.
Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap> Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory { get; set; }
Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap> Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
member this.Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeForeignKey.DependentsMapFactory : Func<Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IDependentsMap> with get, 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
Implements
- Attributes