| 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.1.0.0 (5.1.0)
Syntaxpublic string GetPkFieldsAsStringFromPkSide(
	bool useDelimiter
)
Public Function GetPkFieldsAsStringFromPkSide ( 
	useDelimiter As Boolean
) As String
Parameters
- useDelimiter
 - Type: SystemBoolean
if set to  the field names are delimited with a comma 
Return Value
Type: 
String
See Also