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.5.0.0 (5.5.18.1019)
Syntaxpublic static string CreateSequenceMatchingName(
	IProjectElementFieldMapTargetElement sequencedField,
	ProjectProperties properties,
	bool caseSensitiveDatabase,
	int nameLengthLimit
)
Public Shared Function CreateSequenceMatchingName ( 
	sequencedField As IProjectElementFieldMapTargetElement,
	properties As ProjectProperties,
	caseSensitiveDatabase As Boolean,
	nameLengthLimit As Integer
) As String
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: 
Stringa sequence name which can be used to find the sequence for the field specified.
See Also