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)
Syntaxpublic static string ConvertElementNamePrefixMatrixToRealValues(
	IProjectElementMapTargetElement target,
	string elementNamePrefixPattern
)
Public Shared Function ConvertElementNamePrefixMatrixToRealValues ( 
	target As IProjectElementMapTargetElement,
	elementNamePrefixPattern As String
) As String
Parameters
- target
 - Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
 - elementNamePrefixPattern
 - Type: SystemString
 
Return Value
Type: 
StringReplaces {$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