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.4.0.0 (5.4.0)
Syntax public Action<IEntityCore> SetterFunc { get; set; }
Public Property SetterFunc As Action(Of IEntityCore)
Get
Set
Property Value
Type:
ActionIEntityCoreSee Also