Click or drag to resize
ApplicationUtilsCreateMetaDataElementName Method (String, ProjectProperties, String)
Creates the name for the meta data element from the projectElementName specified and the properties 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 CreateMetaDataElementName(
	string projectElementName,
	ProjectProperties properties,
	string driverId
)

Parameters

projectElementName
Type: SystemString
Name of the project element.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.
driverId
Type: SystemString
The driver ID of the driver of the relational meta data container.

Return Value

Type: String
the name to use for the metadataelement based on the projectelementname specified
See Also