RelationshipInfoGetFkFieldsAsStringFromFkSide Method |
Gets the fk field names as string from fk 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.6.0.0 (5.6.19.0117)
Syntax public string GetFkFieldsAsStringFromFkSide(
bool useDelimiter
)
Public Function GetFkFieldsAsStringFromFkSide (
useDelimiter As Boolean
) As String
Parameters
- useDelimiter
- Type: SystemBoolean
if set to the field names are delimited with a comma
Return Value
Type:
StringSee Also