| MappableFieldWrapperGetPathAsString Method  | 
 
            Gets the path as string with each path element separated by the separator specified. 
            
 
    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)
Syntaxpublic string GetPathAsString(
	string separator
)
Public Function GetPathAsString ( 
	separator As String
) As String
Parameters
- separator
 - Type: SystemString
The separator. 
Return Value
Type: 
String
            the path from the start field to the field represented by this instance, separated by the separator specified.
            
See Also