IdeaBlade DevForce 2010 Help Reference
RelationName Property
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityRelation Class : RelationName Property



Gets the namespace-qualified relation name assigned during mapping.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public ReadOnly Property RelationName As String
Visual Basic (Usage)Copy Code
Dim instance As EntityRelation
Dim value As String
 
value = instance.RelationName
C# 
[DataMemberAttribute()]
public string RelationName {get;}
C++/CLI 
[DataMemberAttribute()]
public:
property String^ RelationName {
   String^ get();
}

Remarks

If a relation name is not provided in the constructor, then a unique name will be generated based on the Role1 and Role2 type names.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.