RelationshipEdgeGetFullDescription Method  | 
 
            Gets the full description of this relationship.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.EntityModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic string GetFullDescription(
	EntityDefinition containingEntity
)
Public Function GetFullDescription ( 
	containingEntity As EntityDefinition
) As String
Parameters
- containingEntity
 - Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelEntityDefinition
The containing entity. 
Return Value
Type: 
StringIf the start vertex is equal to the entity specified, the FullDescription result will be returned, otherwise the FullDescriptionReverse
See Also