Click or drag to resize
NodeEntityReferenceSetEntity Method
Sets the entity reference.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void SetEntity(
	IEntityCore component,
	IEntityCore toSet
)

Parameters

component
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The component.
toSet
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
To set.
See Also