| IEntityCoreSetRelatedEntity Method  | 
 
            Sets the internal parameter related to the fieldname passed to the instance relatedEntity. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxvoid SetRelatedEntity(
	IEntityCore relatedEntity,
	string fieldName
)
Sub SetRelatedEntity ( 
	relatedEntity As IEntityCore,
	fieldName As String
)
Parameters
- relatedEntity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
Instance to set as the related entity of type entityType - fieldName
 - Type: SystemString
Name of field mapped onto the relation which resolves in the instance relatedEntity 
See Also