Click or drag to resize
ApplicationUtilsRelationshipType2String 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.3.0.0 (5.3.0)
Syntax
public static string RelationshipType2String(
	EntityRelationshipType relationshipType,
	bool wrapInBrackets
)

Parameters

relationshipType
Type: SD.LLBLGen.Pro.ApplicationCoreEntityRelationshipType
Type of the relationship.
wrapInBrackets
Type: SystemBoolean
if set to [wrap in brackets].

Return Value

Type: String
string representation of type.
See Also