RawElementDefinitionNameCreatorFunc Property  | 
 
            Func to use for the unique name creation method. this is the same func that was used when creating the original name passed into the constructor.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic Func<IProjectElementMapTargetElement, string> NameCreatorFunc { get; set; }Public Property NameCreatorFunc As Func(Of IProjectElementMapTargetElement, String)
	Get
	Set
Property Value
Type: 
FuncIProjectElementMapTargetElement, 
String
See Also