OrganizationServiceContextInfo.EntitySetsByEntityLogicalName Property
Applies To: Dynamics CRM 2013
Gets the lookup of EntitySetInfo keyed by the entity logical name.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public IDictionary<string, EntitySetInfo> EntitySetsByEntityLogicalName { get; }
public:
property IDictionary<String^, EntitySetInfo^>^ EntitySetsByEntityLogicalName {
IDictionary<String^, EntitySetInfo^>^ get();
}
member EntitySetsByEntityLogicalName : IDictionary<string, EntitySetInfo> with get
Public ReadOnly Property EntitySetsByEntityLogicalName As IDictionary(Of String, EntitySetInfo)
Property Value
Type: System.Collections.Generic.IDictionary<String, EntitySetInfo>
Type: IDictionary<String, EntitySetInfo>
The dictionary of entity set info.
See Also
EntitySetInfo
OrganizationServiceContextInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top