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.1.0.0 (5.1.0)
Syntax public static string RelationshipType2String(
EntityRelationshipType relationshipType,
bool wrapInBrackets
)
Public Shared Function RelationshipType2String (
relationshipType As EntityRelationshipType,
wrapInBrackets As Boolean
) As String
Parameters
- relationshipType
- Type: SD.LLBLGen.Pro.ApplicationCoreEntityRelationshipType
Type of the relationship. - wrapInBrackets
- Type: SystemBoolean
if set to [wrap in brackets].
Return Value
Type:
Stringstring representation of type.
See Also