NodeEntityReferenceSetterFunc Property |
The func to use for setting the destination for the entity. Used when ReferencingProperty is null.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Action<IEntityCore> SetterFunc { get; set; }
Public Property SetterFunc As Action(Of IEntityCore)
Get
Set
Property Value
Type:
ActionIEntityCoreSee Also