Click or drag to resize

ApplicationUtilsConvertElementNamePrefixMatrixToRealValues Method

Converts the macros in the pattern specified with the element names obtained from the target specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static string ConvertElementNamePrefixMatrixToRealValues(
	IProjectElementMapTargetElement target,
	string elementNamePrefixPattern
)

Parameters

target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
elementNamePrefixPattern
Type: SystemString

Return Value

Type: String
Replaces {$SchemaName} with the schemaowner name of the target. Replaces the {$CatalogName} macro with the catalog name of the catalog the target is in.
See Also