DependentsMapFactoryFactory
DependentsMapFactoryFactory
Class
Definition
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public class DependentsMapFactoryFactory : IdentityMapFactoryFactoryBase
Public Class DependentsMapFactoryFactory
Inherits IdentityMapFactoryFactoryBase
- Inheritance
-
System.ObjectSystem.ObjectDependentsMapFactoryFactoryDependentsMapFactoryFactory
Methods
Create(IForeignKey) Create(IForeignKey)
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public virtual Func<IDependentsMap> Create(IForeignKey foreignKey)
Public Overridable Function Create(foreignKey As IForeignKey) As Func(Of IDependentsMap)
Parameters
- foreignKey
- IForeignKey IForeignKey
Returns
System.Func<IDependentsMap>
System.Func(Of IDependentsMap)
GetKeyType(IKey) GetKeyType(IKey)
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
(Inherited from IdentityMapFactoryFactoryBase)