Click or drag to resize
EntityMappingGetFieldStripPatternForMappedElement Method
Gets the field strip pattern for mapped element as different mapped elements require different strip patterns

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override string GetFieldStripPatternForMappedElement(
	ProjectProperties properties
)

Parameters

properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.

Return Value

Type: String
the strip pattern requested
See Also