Click or drag to resize

SourceNavigatorPathToString Method (SourceNavigatorPath)

Returns a string that represents the current object, and skips the path specified from this path.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public string ToString(
	SourceNavigatorPath pathToExclude
)

Parameters

pathToExclude
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceNavigatorPath
The path to exclude from this path in the output.

Return Value

Type: String
See Also