Click or drag to resize
GeneratorUtilsGetSequenceName Method
Gets the name of the sequence as defined on the field mapping specified, or an empty string if no sequence is present.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string GetSequenceName(
	IGenerator executingGenerator,
	FieldMapping subElementMapping
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
subElementMapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingFieldMapping
The mapping of field.

Return Value

Type: String
See Also