Click or drag to resize

ApplicationUtils.RelationshipType2String Method (EntityRelationshipType, Boolean)

Converts the passed in relationshiptype to string for usage in ToString() routines.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public static string RelationshipType2String(
	EntityRelationshipType relationshipType,
	bool wrapInBrackets
)

Parameters

relationshipType
Type: SD.LLBLGen.Pro.ApplicationCore.EntityRelationshipType
Type of the relationship.
wrapInBrackets
Type: System.Boolean
if set to true [wrap in brackets].

Return Value

Type: String
string representation of type.
See Also