Click or drag to resize
ApplicationUtilsCreateFieldName Method
Creates the name for a field based on the target specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string CreateFieldName(
	IProjectElementFieldMapTargetElement target,
	ProjectProperties properties,
	string stripPattern
)

Parameters

target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementFieldMapTargetElement
The target.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.
stripPattern
Type: SystemString
The strip pattern.

Return Value

Type: String
The name requested. Name is not necessarily unique as no unique checking is performed
See Also