Click or drag to resize

EntityRelationInjectInheritanceInfo Method

Injects for the PK and FK side the inheritance info for this entity relation. It sets InheritanceInfoPkSideEntity and InheritanceInfoFkSideEntity using the provider specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public IEntityRelation InjectInheritanceInfo(
	IInheritanceInfoProvider provider
)

Parameters

provider
Type: SD.LLBLGen.Pro.ORMSupportClassesIInheritanceInfoProvider
The inheritance provider to use

Return Value

Type: IEntityRelation
this instance

Implements

IEntityRelationInjectInheritanceInfo(IInheritanceInfoProvider)
See Also