| 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.3.0.0 (5.3.0)
Syntaxpublic Action<IEntityCore> SetterFunc { get; set; }Public Property SetterFunc As Action(Of IEntityCore)
	Get
	Set
Property Value
Type: 
ActionIEntityCore
See Also