Click or drag to resize
ApplicationUtilsRelationshipType2String Method (EntityRelationshipType)
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
)

Parameters

relationshipType
Type: SD.LLBLGen.Pro.ApplicationCoreEntityRelationshipType
Type of the relationship.

Return Value

Type: String
string representation of type.
See Also