Click or drag to resize
ApplicationUtilsCreateSequenceMatchingName Method
Creates the name of the sequence matching.

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 CreateSequenceMatchingName(
	IProjectElementFieldMapTargetElement sequencedField,
	ProjectProperties properties,
	bool caseSensitiveDatabase,
	int nameLengthLimit
)

Parameters

sequencedField
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementFieldMapTargetElement
The sequenced field.
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
a sequence name which can be used to find the sequence for the field specified.
See Also