Click or drag to resize
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)
Syntax
public string GetPathAsString(
	string separator
)

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