CollectionCoreTPerformSetRelatedEntity Method  | 
 
            Performs the set related entity action on the passed in entity. This action is delegated to an inheritor.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected abstract void PerformSetRelatedEntity(
	T entity
)
Protected MustOverride Sub PerformSetRelatedEntity ( 
	entity As T
)
Parameters
- entity
 - Type: T
The entity to perform the setrelated entity action on. 
See Also