Click or drag to resize

NodeEntityReferenceSetterFunc Property

The func to use for setting the destination for the entity. Used when ReferencingProperty is null.

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 Action<IEntityCore> SetterFunc { get; set; }

Property Value

Type: ActionIEntityCore
See Also