Click or drag to resize
ApplicationUtilsCreateMetaDataElementName Method (String, ProjectProperties, Boolean, Int32)
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,
	bool caseSensitiveDatabase,
	int nameLengthLimit
)

Parameters

projectElementName
Type: SystemString
Name of the project element.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.
caseSensitiveDatabase
Type: SystemBoolean
if set to true the call is for a case sensitive database, otherwise false..
nameLengthLimit
Type: SystemInt32
The name length limit for this database. If 0 or smaller, no limit is enforced, otherwise the limit specified here is the limit used to generate names for elements in the relational model data in the designer.

Return Value

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