Click or drag to resize
ApplicationUtilsCreateTvfCallName Method
Creates a new name for a tvfcall which has to be mapped onto 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 CreateTvfCallName(
	IProjectElementMapTargetElement target,
	ProjectProperties properties
)

Parameters

target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
The target.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.

Return Value

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