| EntityMappingGetFieldStripPatternForMappedElement Method  | 
            Gets the field strip pattern for mapped element as different mapped elements require different strip patterns
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.MappingAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected override string GetFieldStripPatternForMappedElement(
	ProjectProperties properties
)
Protected Overrides Function GetFieldStripPatternForMappedElement ( 
	properties As ProjectProperties
) As String
Parameters
- properties
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties. 
Return Value
Type: 
Stringthe strip pattern requested
See Also