Click or drag to resize
RelationshipInfoGetPkFieldsAsStringFromPkSide Method
Gets the pk fields as string from pk side, eventualy delimited with a delimiter (comma)

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string GetPkFieldsAsStringFromPkSide(
	bool useDelimiter
)

Parameters

useDelimiter
Type: SystemBoolean
if set to the field names are delimited with a comma

Return Value

Type: String
See Also