EntityInfo.RelationshipsBySchemaName Property
Applies To: Dynamics CRM 2013
Gets the RelationshipInfo keyed by the relationship schema name.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public IDictionary<Relationship, RelationshipInfo> RelationshipsBySchemaName { get; }
public:
property IDictionary<Relationship^, RelationshipInfo^>^ RelationshipsBySchemaName {
IDictionary<Relationship^, RelationshipInfo^>^ get();
}
member RelationshipsBySchemaName : IDictionary<Relationship, RelationshipInfo> with get
Public ReadOnly Property RelationshipsBySchemaName As IDictionary(Of Relationship, RelationshipInfo)
Property Value
Type: System.Collections.Generic.IDictionary<Relationship, RelationshipInfo>
Type: IDictionary<Relationship, RelationshipInfo>
The dictionary of relationship info.
See Also
RelationshipInfo
EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top