RawElementDefinitionResetElementName Method |
Resets the ElementName to the name obtained from the target, and it's appended with a counter, starting with 1, if it's a duplicate in the group
specified on this raw element. Method is used when the group name is changed on raw elements which aren't manually renamed, to prevent the user
from having to removing all the counter suffixes manually.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public void ResetElementName()
Public Sub ResetElementName
See Also